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