Enable no-unsafe-finally lint

This commit is contained in:
valadaptive
2023-12-02 09:12:38 -05:00
parent e7ae1c4787
commit 367f3dba27
5 changed files with 5 additions and 14 deletions

View File

@ -67,7 +67,6 @@ module.exports = {
'no-self-assign': 'off',
'no-unsafe-negation': 'off',
'no-constant-condition': 'off',
'no-empty': 'off',
'no-unsafe-finally': 'off'
'no-empty': 'off'
}
};