|
|
|
@ -7,7 +7,8 @@ module.exports = { |
|
|
|
|
}, |
|
|
|
|
plugins: ['@typescript-eslint/eslint-plugin'], |
|
|
|
|
extends: [ |
|
|
|
|
'plugin:@typescript-eslint/recommended', |
|
|
|
|
'eslint:recommended', |
|
|
|
|
'plugin:@typescript-eslint/strict-type-checked', |
|
|
|
|
'plugin:prettier/recommended', |
|
|
|
|
], |
|
|
|
|
root: true, |
|
|
|
@ -19,7 +20,6 @@ module.exports = { |
|
|
|
|
rules: { |
|
|
|
|
'@typescript-eslint/interface-name-prefix': 'off', |
|
|
|
|
'@typescript-eslint/explicit-function-return-type': 'off', |
|
|
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off', |
|
|
|
|
'@typescript-eslint/no-explicit-any': 'off', |
|
|
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off' |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|