mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Allow simple-quotes strings if it avoids escaping
This commit is contained in:
parent
8a80ee343d
commit
87277e251e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ rules:
|
|||
spaced-comment: [2, always]
|
||||
no-console: 0
|
||||
no-trailing-spaces: 2
|
||||
quotes: [2, double]
|
||||
quotes: [2, double, avoid-escape]
|
||||
|
||||
globals:
|
||||
$: false
|
||||
|
|
Loading…
Add table
Reference in a new issue