Commit 9413dc7f authored by Robert Knight's avatar Robert Knight

Update lint config to allow ES 2016-2018 features

parent 137cf812
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
"globals": { "globals": {
"Set": false "Set": false
}, },
"plugins": [
"mocha"
],
"rules": { "rules": {
"mocha/no-exclusive-tests": "error", "mocha/no-exclusive-tests": "error",
"no-var": "error", "no-var": "error",
...@@ -14,4 +11,10 @@ ...@@ -14,4 +11,10 @@
"ObjectExpression": "first" "ObjectExpression": "first"
}] }]
}, },
"parserOptions": {
"ecmaVersion": 2018
},
"plugins": [
"mocha"
],
} }
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