Skip to content

Commit

Permalink
feat(eslint-plugin): added typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ALOHACREPES345 committed Mar 27, 2022
1 parent 9cc144b commit b6192d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/typings/eslint-rules.d.ts
Expand Up @@ -416,6 +416,7 @@ declare module 'eslint/lib/rules/no-unused-vars' {
argsIgnorePattern?: string;
caughtErrors?: 'all' | 'none';
caughtErrorsIgnorePattern?: string;
destructuredArrayIgnorePattern?: string;
},
],
{
Expand Down

0 comments on commit b6192d4

Please sign in to comment.