Skip to content

Commit eae37ab

Browse files
committed
turn off no-unused-vars rule in typescript config
1 parent 54bd28d commit eae37ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
plugins: ['@typescript-eslint', 'github'],
55
rules: {
66
camelcase: 'off',
7+
'no-unused-vars': 'off',
78
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
89
'@typescript-eslint/no-use-before-define': 'off',
910
'@typescript-eslint/explicit-member-accessibility': 'off',

0 commit comments

Comments
 (0)