Skip to content

Commit

Permalink
turn off no-unused-vars rule in typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Apr 1, 2020
1 parent 54bd28d commit eae37ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
plugins: ['@typescript-eslint', 'github'],
rules: {
camelcase: 'off',
'no-unused-vars': 'off',
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
Expand Down

0 comments on commit eae37ab

Please sign in to comment.