There was an error while loading. Please reload this page.
1 parent 373ad44 commit e4add20Copy full SHA for e4add20
.eslintrc.js
@@ -26,10 +26,6 @@ module.exports = {
26
},
27
plugins: ['@typescript-eslint', 'react'],
28
rules: {
29
- '@typescript-eslint/interface-name-prefix': [
30
- 'error',
31
- { prefixWithI: 'always' }
32
- ],
33
'@typescript-eslint/camelcase': 'off',
34
'@typescript-eslint/no-unused-vars': ['warn', { args: 'none' }],
35
'@typescript-eslint/no-explicit-any': 'off',
0 commit comments