Skip to content

Commit d84111c

Browse files
committed
fix: ignore ignorable args
1 parent f267732 commit d84111c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ module.exports = {
3737
'comma-dangle': ['error', 'always-multiline'],
3838
'space-infix-ops': ['error'],
3939
'no-multi-spaces': ['error'],
40+
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
4041
},
4142
}

0 commit comments

Comments
 (0)