mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-fallthrough lint
This commit is contained in:
@@ -71,7 +71,6 @@ module.exports = {
|
||||
'no-unsafe-finally': 'off',
|
||||
'no-dupe-keys': 'off',
|
||||
'no-irregular-whitespace': 'off',
|
||||
'no-regex-spaces': 'off',
|
||||
'no-fallthrough': 'off'
|
||||
'no-regex-spaces': 'off'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user