Update eslint config

pull/341/head
IvanZosimov 2 years ago
parent 51a092af10
commit 36a03a4ca6

@ -10,7 +10,6 @@ module.exports = {
plugins: ['@typescript-eslint', 'eslint-plugin-jest'],
rules: {
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/no-useless-constructor': 'error',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-ts-comment': [
@ -38,7 +37,7 @@ module.exports = {
'@typescript-eslint/no-empty-function': 'off',
'jest/no-standalone-expect': 'off',
'jest/no-conditional-expect': 'off',
'@typescript-eslint/prefer-readonly': 'off'
'no-magic-numbers': 'off',
}
}
],

Loading…
Cancel
Save