We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ed32e commit 54e6e83Copy full SHA for 54e6e83
src/ast/nodes.ts
@@ -7,7 +7,6 @@ import type { ScopeManager } from "eslint-scope"
7
import type { ParseError } from "./errors"
8
import type { HasLocation } from "./locations"
9
import type { Token } from "./tokens"
10
-
11
import type { TSESTree } from "@typescript-eslint/utils"
12
13
//------------------------------------------------------------------------------
0 commit comments