mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-unsafe-finally lint
This commit is contained in:
@ -67,7 +67,6 @@ module.exports = {
|
||||
'no-self-assign': 'off',
|
||||
'no-unsafe-negation': 'off',
|
||||
'no-constant-condition': 'off',
|
||||
'no-empty': 'off',
|
||||
'no-unsafe-finally': 'off'
|
||||
'no-empty': 'off'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user