mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-06 22:23:50 +01:00
eslint: allow irregular whitespace in template literals
This commit is contained in:
parent
4698b41d26
commit
8508c4bf9b
@ -92,6 +92,7 @@ module.exports = {
|
||||
'no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
|
||||
'no-cond-assign': 'error',
|
||||
'no-unneeded-ternary': 'error',
|
||||
'no-irregular-whitespace': ['error', { skipStrings: true, skipTemplates: true }],
|
||||
|
||||
// These rules should eventually be enabled.
|
||||
'no-async-promise-executor': 'off',
|
||||
|
Loading…
x
Reference in New Issue
Block a user