|
|
|
@ -7,7 +7,9 @@ module.exports = { |
|
|
|
|
}, |
|
|
|
|
plugins: ['@typescript-eslint/eslint-plugin'], |
|
|
|
|
extends: [ |
|
|
|
|
'plugin:@typescript-eslint/recommended', |
|
|
|
|
'eslint:recommended', |
|
|
|
|
'plugin:@typescript-eslint/strict-type-checked', |
|
|
|
|
'plugin:@typescript-eslint/stylistic-type-checked', |
|
|
|
|
'plugin:prettier/recommended', |
|
|
|
|
], |
|
|
|
|
root: true, |
|
|
|
@ -16,10 +18,5 @@ module.exports = { |
|
|
|
|
jest: true, |
|
|
|
|
}, |
|
|
|
|
ignorePatterns: ['.eslintrc.js'], |
|
|
|
|
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', |
|
|
|
|
}, |
|
|
|
|
rules: {}, |
|
|
|
|
}; |
|
|
|
|