Skip to content

Commit 182adbb

Browse files
committed
Fix lint
1 parent aa2b4a9 commit 182adbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.26.5",
4+
"version": "0.26.6",
55
"homepage": "https://typedoc.org",
66
"exports": {
77
".": "./dist/index.js",

src/lib/models/reflections/project.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ReferenceReflection } from "./reference";
44
import type { DeclarationReflection } from "./declaration";
55
import type { SignatureReflection } from "./signature";
66
import type { ParameterReflection } from "./parameter";
7-
import { IntrinsicType, makeRecursiveVisitor, Type } from "../types";
7+
import { IntrinsicType, makeRecursiveVisitor, type Type } from "../types";
88
import type { TypeParameterReflection } from "./type-parameter";
99
import { assertNever, removeIf, removeIfPresent } from "../../utils";
1010
import type * as ts from "typescript";

0 commit comments

Comments
 (0)