mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable use-isnan lint
This commit is contained in:
@@ -63,7 +63,6 @@ module.exports = {
|
||||
'no-extra-boolean-cast': 'off',
|
||||
'require-yield': 'off',
|
||||
'no-case-declarations': 'off',
|
||||
'use-isnan': 'off',
|
||||
'no-constant-condition': ['error', {checkLoops: false}]
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user