Update .eslintrc
This commit is contained in:
parent
9ce62d955b
commit
ddd9d728c1
1 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,8 @@
|
||||||
],
|
],
|
||||||
"arrow-spacing": "error",
|
"arrow-spacing": "error",
|
||||||
"no-var": "error",
|
"no-var": "error",
|
||||||
"prefer-template": "error"
|
"prefer-template": "error",
|
||||||
|
"prefer-const": "error"
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"exports": "writable",
|
"exports": "writable",
|
||||||
|
|
Loading…
Reference in a new issue