Skip to content

Commit 5a5fbec

Browse files
committed
Loosen name pattern for unused arguments
Fixes #11
1 parent 3dd7f7a commit 5a5fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ module.exports = {
205205
vars: 'all',
206206
args: 'after-used',
207207
ignoreRestSiblings: true,
208-
argsIgnorePattern: '^_$',
208+
argsIgnorePattern: '^_',
209209
caughtErrors: 'all',
210210
caughtErrorsIgnorePattern: '^_$'
211211
}

0 commit comments

Comments
 (0)