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 @@
"rules": {
"mocha/no-exclusive-tests": "error",
"no-var": "error",
"indent": ["error", 2, {
"ArrayExpression": "first",
"ObjectExpression": "first"
}]
"indent": "off"
},
"parserOptions": {
"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