mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-unsafe-negation lint
This actually fixes a bug--the old code was negating "audioData.type"
This commit is contained in:
@@ -65,7 +65,6 @@ module.exports = {
|
||||
'no-case-declarations': 'off',
|
||||
'use-isnan': 'off',
|
||||
'no-self-assign': 'off',
|
||||
'no-unsafe-negation': 'off',
|
||||
'no-constant-condition': ['error', {checkLoops: false}]
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user