Enable no-extra-boolean-cast lint

This commit is contained in:
valadaptive
2023-12-02 10:15:47 -05:00
parent 0a27275772
commit 97c49a405b
5 changed files with 6 additions and 7 deletions

View File

@@ -58,7 +58,6 @@ module.exports = {
'no-inner-declarations': 'off',
'no-undef': 'off',
'no-prototype-builtins': 'off',
'no-extra-boolean-cast': 'off',
'require-yield': 'off',
'no-constant-condition': ['error', {checkLoops: false}]
}