Commit b8ca1611 authored by Robert Knight's avatar Robert Knight

Disable indent checking in ESLint

Code formatting is now handled by Prettier.
parent 599c5be4
...@@ -6,10 +6,7 @@ ...@@ -6,10 +6,7 @@
"rules": { "rules": {
"mocha/no-exclusive-tests": "error", "mocha/no-exclusive-tests": "error",
"no-var": "error", "no-var": "error",
"indent": ["error", 2, { "indent": "off"
"ArrayExpression": "first",
"ObjectExpression": "first"
}]
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 2018 "ecmaVersion": 2018
......
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