|
@@ -15,7 +15,10 @@ module.exports = {
|
|
|
'@typescript-eslint/camelcase': 'off',
|
|
|
'react/prop-types': 'off',
|
|
|
'new-cap': 'off',
|
|
|
- '@typescript-eslint/interface-name-prefix': 'off'
|
|
|
+ '@typescript-eslint/interface-name-prefix': 'off',
|
|
|
+
|
|
|
+
|
|
|
+ 'no-console': 'off',
|
|
|
},
|
|
|
|
|
|
root: true
|