|
@@ -39,6 +39,7 @@ module.exports = {
|
|
|
'@typescript-eslint/no-explicit-any': 'off',
|
|
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
|
'@typescript-eslint/no-namespace': 'off',
|
|
|
+ '@typescript-eslint/interface-name-prefix': 'off',
|
|
|
'@typescript-eslint/explicit-function-return-type': 'off',
|
|
|
'@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': true }],
|
|
|
'@typescript-eslint/ban-types': 'warn',
|