Skip to content

Commit 730d529

Browse files
committed
fix: no-unused-vars to off
1 parent 3c5b695 commit 730d529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
parser: '@typescript-eslint/parser',
1111
},
1212
rules: {
13+
'no-unused-vars': 'off',
1314
quotes: ['error', 'single', { avoidEscape: true }],
1415
semi: ['error', 'never'],
1516
'object-curly-spacing': ['error', 'always'],

0 commit comments

Comments
 (0)