Update .eslintrc

This commit is contained in:
Vylpes 2021-01-16 22:16:20 +00:00
parent 9ce62d955b
commit ddd9d728c1

View file

@ -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"
}
}
}