Remove redundant rule exception (same value as from parent configs)

[MAILPOET-5015]
This commit is contained in:
Jan Jakes
2023-03-25 22:00:08 +01:00
committed by Jan Jakeš
parent ccbd239009
commit 263e8f6f4d

View File

@ -84,7 +84,6 @@ module.exports = [
'no-void': 0, // can conflict with @typescript-eslint/no-floating-promises 'no-void': 0, // can conflict with @typescript-eslint/no-floating-promises
'react/jsx-filename-extension': 0, 'react/jsx-filename-extension': 0,
'class-methods-use-this': 0, 'class-methods-use-this': 0,
'@typescript-eslint/no-unsafe-return': 2, // we need to disable it for wordpress select :(
'@typescript-eslint/no-unsafe-member-access': 0, // this needs to be off until we have typed assignments :( '@typescript-eslint/no-unsafe-member-access': 0, // this needs to be off until we have typed assignments :(
'@typescript-eslint/no-unsafe-call': 0, // this needs to be off until we have typed assignments :( '@typescript-eslint/no-unsafe-call': 0, // this needs to be off until we have typed assignments :(
'@typescript-eslint/no-unsafe-assignment': 0, // this needs to be off until we have typed assignments :( '@typescript-eslint/no-unsafe-assignment': 0, // this needs to be off until we have typed assignments :(