Skip to content

Commit be71c95

Browse files
committed
turn off interface-name-prefix rule
1 parent eae37ab commit be71c95

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
@@ -5,6 +5,7 @@ module.exports = {
55
rules: {
66
camelcase: 'off',
77
'no-unused-vars': 'off',
8+
'@typescript-eslint/interface-name-prefix': 'off',
89
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
910
'@typescript-eslint/no-use-before-define': 'off',
1011
'@typescript-eslint/explicit-member-accessibility': 'off',

0 commit comments

Comments
 (0)