Skip to content

Commit 4b0ef02

Browse files
committed
Fix SonarCloud warning
1 parent ad3aafe commit 4b0ef02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ import {
1111
TmplAstBoundAttribute,
1212
} from "@angular-eslint/bundled-angular-compiler";
1313
import type { TSESTree } from "@typescript-eslint/utils";
14-
import { AST_NODE_TYPES } from "@typescript-eslint/utils";
14+
import { AST_NODE_TYPES, ESLintUtils } from "@typescript-eslint/utils";
1515
import type { AstWithParent } from "./types";
16-
import { ESLintUtils } from "@typescript-eslint/utils";
1716

1817
/**
1918
* Create rule with documentation url.

0 commit comments

Comments
 (0)