Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Aug 18, 2024
1 parent aa2b4a9 commit 182adbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.26.5",
"version": "0.26.6",
"homepage": "https://typedoc.org",
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/models/reflections/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ReferenceReflection } from "./reference";
import type { DeclarationReflection } from "./declaration";
import type { SignatureReflection } from "./signature";
import type { ParameterReflection } from "./parameter";
import { IntrinsicType, makeRecursiveVisitor, Type } from "../types";
import { IntrinsicType, makeRecursiveVisitor, type Type } from "../types";
import type { TypeParameterReflection } from "./type-parameter";
import { assertNever, removeIf, removeIfPresent } from "../../utils";
import type * as ts from "typescript";
Expand Down

0 comments on commit 182adbb

Please sign in to comment.