Tune ESLint.

This commit is contained in:
Maciej Prill 2023-01-12 18:44:47 +01:00
parent 01de0aa49c
commit 6ed6bacfbb

View File

@ -19,7 +19,7 @@
2, 2,
"single", "single",
{ {
"avoid-escape": true, "avoidEscape": true,
"allowTemplateLiterals": true "allowTemplateLiterals": true
} }
] ]