turn on ban ts ignore rule
This commit is contained in:
parent
fda93a53c8
commit
cdf76a8ad6
|
@ -25,7 +25,6 @@ module.exports = {
|
||||||
'@typescript-eslint/no-explicit-any': 'off',
|
'@typescript-eslint/no-explicit-any': 'off',
|
||||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||||
'@typescript-eslint/no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
'@typescript-eslint/no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
||||||
'@typescript-eslint/ban-ts-ignore': 'off',
|
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
react: {
|
react: {
|
||||||
|
|
Loading…
Reference in New Issue