Enable no-redeclare lint

This commit is contained in:
valadaptive
2023-12-02 10:57:53 -05:00
parent 66f704bdda
commit 14afa1575b
3 changed files with 15 additions and 14 deletions

View File

@@ -52,7 +52,6 @@ module.exports = {
rules: {
'no-unused-vars': 'off',
'no-control-regex': 'off',
'no-redeclare': 'off',
'no-async-promise-executor': 'off',
'no-inner-declarations': 'off',
'no-undef': 'off',