Skip to content

Commit d0a2203

Browse files
committed
Set some typescript rules
1 parent 319365e commit d0a2203

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/configs/typescript.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ module.exports = {
1414
'@typescript-eslint/no-use-before-define': 'off',
1515
'@typescript-eslint/explicit-member-accessibility': 'off',
1616
'@typescript-eslint/explicit-function-return-type': 'off',
17-
'@typescript-eslint/no-non-null-assertion': 'off'
17+
'@typescript-eslint/no-non-null-assertion': 'off',
18+
'@typescript-eslint/no-unused-vars': 'error',
19+
'@typescript-eslint/explicit-module-boundary-types': 'off'
1820
}
1921
}

0 commit comments

Comments
 (0)