Commit d2fe6919 authored by Robert Knight's avatar Robert Knight

Enable "no-var" ESLint rule

To ensure consistency going forwards, enforce usage of const/let
parent cb455106
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
], ],
"rules": { "rules": {
"mocha/no-exclusive-tests": "error", "mocha/no-exclusive-tests": "error",
"no-var": "error",
"indent": ["error", 2, { "indent": ["error", 2, {
"ArrayExpression": "first", "ArrayExpression": "first",
"ObjectExpression": "first" "ObjectExpression": "first"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment