Skip to content

Commit e4add20

Browse files
committed
Fix lint issue
1 parent 373ad44 commit e4add20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eslintrc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ module.exports = {
2626
},
2727
plugins: ['@typescript-eslint', 'react'],
2828
rules: {
29-
'@typescript-eslint/interface-name-prefix': [
30-
'error',
31-
{ prefixWithI: 'always' }
32-
],
3329
'@typescript-eslint/camelcase': 'off',
3430
'@typescript-eslint/no-unused-vars': ['warn', { args: 'none' }],
3531
'@typescript-eslint/no-explicit-any': 'off',

0 commit comments

Comments
 (0)