Enable no-dupe-keys lint

This commit is contained in:
valadaptive
2023-12-02 09:11:02 -05:00
parent 8c89f373fa
commit e7ae1c4787
2 changed files with 1 additions and 3 deletions

View File

@@ -68,7 +68,6 @@ module.exports = {
'no-unsafe-negation': 'off',
'no-constant-condition': 'off',
'no-empty': 'off',
'no-unsafe-finally': 'off',
'no-dupe-keys': 'off'
'no-unsafe-finally': 'off'
}
};