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",
|
||||
"no-var": "error",
|
||||
"prefer-template": "error"
|
||||
"prefer-template": "error",
|
||||
"prefer-const": "error"
|
||||
},
|
||||
"globals": {
|
||||
"exports": "writable",
|
||||
|
@ -45,4 +46,4 @@
|
|||
"process": "writable",
|
||||
"console": "writable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue