Skip to content

Commit

Permalink
feat(utils): remove (ts-)eslint-scope types (#5256)
Browse files Browse the repository at this point in the history
* chore(utils)\!: remove (ts-)eslint-scope types

* Remove eslint-scope dep

* More file deletions
  • Loading branch information
JoshuaKGoldberg authored and bradzacher committed Nov 23, 2022
1 parent b82df5e commit df54175
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 549 deletions.
3 changes: 1 addition & 2 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as ASTUtils from './ast-utils';
import * as ESLintUtils from './eslint-utils';
import * as JSONSchema from './json-schema';
import * as TSESLint from './ts-eslint';
import * as TSESLintScope from './ts-eslint-scope';

export { ASTUtils, ESLintUtils, JSONSchema, TSESLint, TSESLintScope };
export { ASTUtils, ESLintUtils, JSONSchema, TSESLint };
export * from './ts-estree';
41 changes: 0 additions & 41 deletions packages/utils/src/ts-eslint-scope/Definition.ts

This file was deleted.

21 changes: 0 additions & 21 deletions packages/utils/src/ts-eslint-scope/Options.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/utils/src/ts-eslint-scope/PatternVisitor.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/utils/src/ts-eslint-scope/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions packages/utils/src/ts-eslint-scope/Reference.ts

This file was deleted.

82 changes: 0 additions & 82 deletions packages/utils/src/ts-eslint-scope/Referencer.ts

This file was deleted.

0 comments on commit df54175

Please sign in to comment.