mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-irregular-whitespace lint
A couple comments contained non-breaking spaces (I think), which I replaced with regular spaces.
This commit is contained in:
@@ -69,7 +69,6 @@ module.exports = {
|
||||
'no-constant-condition': 'off',
|
||||
'no-empty': 'off',
|
||||
'no-unsafe-finally': 'off',
|
||||
'no-dupe-keys': 'off',
|
||||
'no-irregular-whitespace': 'off'
|
||||
'no-dupe-keys': 'off'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user