Skip to content

Commit d6450e0

Browse files
committed
Turn off redundant rule
1 parent 1e3ce13 commit d6450e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/typescript-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
plugins: ['@typescript-eslint'],
1717
rules: {
1818
'@typescript-eslint/ban-ts-comment': 'off',
19+
'@typescript-eslint/no-unused-vars': 'off',
1920
'@typescript-eslint/no-floating-promises': 'off',
2021
'@typescript-eslint/restrict-template-expressions': [
2122
'error',

0 commit comments

Comments
 (0)