There was an error while loading. Please reload this page.
1 parent 319365e commit d0a2203Copy full SHA for d0a2203
lib/configs/typescript.js
@@ -14,6 +14,8 @@ module.exports = {
14
'@typescript-eslint/no-use-before-define': 'off',
15
'@typescript-eslint/explicit-member-accessibility': 'off',
16
'@typescript-eslint/explicit-function-return-type': 'off',
17
- '@typescript-eslint/no-non-null-assertion': 'off'
+ '@typescript-eslint/no-non-null-assertion': 'off',
18
+ '@typescript-eslint/no-unused-vars': 'error',
19
+ '@typescript-eslint/explicit-module-boundary-types': 'off'
20
}
21
0 commit comments