Skip to content

Commit

Permalink
Suppress odd tsc error
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Dec 19, 2023
1 parent 6aec655 commit 86f94ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/@types/acorn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ declare module "acorn" {
options: Options,
): ExtendNode<estree.Expression> & Node
}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error
// @ts-ignore
import type { Node, Options } from "acorn"
import type estree from "estree"

0 comments on commit 86f94ef

Please sign in to comment.