Skip to content

Commit

Permalink
feat(eslint-plugin): [no-unused-vars] fork the base rule (#2768)
Browse files Browse the repository at this point in the history
Fixes #2782
Fixes #2714
Fixes #2648
  • Loading branch information
bradzacher committed Nov 24, 2020
1 parent 49f86e8 commit a8227a6
Show file tree
Hide file tree
Showing 13 changed files with 3,719 additions and 233 deletions.
499 changes: 331 additions & 168 deletions packages/eslint-plugin/src/rules/no-unused-vars.ts

Large diffs are not rendered by default.

751 changes: 751 additions & 0 deletions packages/eslint-plugin/src/util/collectUnusedVariables.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/eslint-plugin/src/util/index.ts
@@ -1,6 +1,7 @@
import { ESLintUtils } from '@typescript-eslint/experimental-utils';

export * from './astUtils';
export * from './collectUnusedVariables';
export * from './createRule';
export * from './isTypeReadonly';
export * from './misc';
Expand Down

0 comments on commit a8227a6

Please sign in to comment.