Skip to content

Commit f240f11

Browse files
committed
fixup! chore: migrate to yarn modern
1 parent bfd9485 commit f240f11

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/eslint-rules/rules/no-restricted-globals.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
* https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/src/rules
1515
*/
1616

17-
import { Reference } from '@typescript-eslint/scope-manager';
18-
import { ESLintUtils, AST_NODE_TYPES, TSESTree } from '@typescript-eslint/utils';
17+
import { ESLintUtils, AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils';
18+
19+
type Reference = TSESLint.Scope.Reference;
1920
// NOTE: The rule will be available in ESLint configs as "@nx/workspace-no-restricted-globals"
2021
export const RULE_NAME = 'no-restricted-globals';
2122

0 commit comments

Comments
 (0)