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 ad3aafe commit 4b0ef02Copy full SHA for 4b0ef02
src/lib/utils.ts
@@ -11,9 +11,8 @@ import {
11
TmplAstBoundAttribute,
12
} from "@angular-eslint/bundled-angular-compiler";
13
import type { TSESTree } from "@typescript-eslint/utils";
14
-import { AST_NODE_TYPES } from "@typescript-eslint/utils";
+import { AST_NODE_TYPES, ESLintUtils } from "@typescript-eslint/utils";
15
import type { AstWithParent } from "./types";
16
-import { ESLintUtils } from "@typescript-eslint/utils";
17
18
/**
19
* Create rule with documentation url.
0 commit comments