Skip to content

Commit 825f0ba

Browse files
committed
wip
1 parent cf5c465 commit 825f0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
},
2121
rules: {
2222
'no-unused-vars': ['error', {
23+
'argsIgnorePattern': '^_',
2324
'varsIgnorePattern': '^_'
2425
}],
2526
},

0 commit comments

Comments
 (0)