forked from p15670423/monkey
Fixed eslint to allow backticks syntax.
This commit is contained in:
parent
67f5962977
commit
5da412e40c
|
@ -35,7 +35,8 @@
|
||||||
"comma-dangle": 1,
|
"comma-dangle": 1,
|
||||||
"quotes": [
|
"quotes": [
|
||||||
1,
|
1,
|
||||||
"single"
|
"single",
|
||||||
|
{"allowTemplateLiterals": true}
|
||||||
],
|
],
|
||||||
"no-undef": 1,
|
"no-undef": 1,
|
||||||
"global-strict": 0,
|
"global-strict": 0,
|
||||||
|
|
Loading…
Reference in New Issue