mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-redeclare lint
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user