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,
|
||||
"quotes": [
|
||||
1,
|
||||
"single"
|
||||
"single",
|
||||
{"allowTemplateLiterals": true}
|
||||
],
|
||||
"no-undef": 1,
|
||||
"global-strict": 0,
|
||||
|
|
Loading…
Reference in New Issue