Fixed eslint to allow backticks syntax.

This commit is contained in:
VakarisZ 2020-10-21 12:13:34 +03:00
parent 67f5962977
commit 5da412e40c
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
"comma-dangle": 1,
"quotes": [
1,
"single"
"single",
{"allowTemplateLiterals": true}
],
"no-undef": 1,
"global-strict": 0,