Skip to content

Commit 9f552f1

Browse files
authored
Merge pull request #104 from github/change-typescript-rules
Change typescript rules
2 parents 54bd28d + be71c95 commit 9f552f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/configs/typescript.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module.exports = {
44
plugins: ['@typescript-eslint', 'github'],
55
rules: {
66
camelcase: 'off',
7+
'no-unused-vars': 'off',
8+
'@typescript-eslint/interface-name-prefix': 'off',
79
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
810
'@typescript-eslint/no-use-before-define': 'off',
911
'@typescript-eslint/explicit-member-accessibility': 'off',

0 commit comments

Comments
 (0)