master
Mark Moffat 2019-12-30 13:18:55 +10:30
parent 967ac66786
commit ba33ad2f96
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"extends": "standard",
"plugins": [
"standard",
"promise"
"promise",
"extra-rules"
],
"parserOptions": {
"ecmaVersion": 2017
@ -26,6 +27,7 @@
"space-unary-ops" : 2,
"no-undef": 1,
"no-unused-vars": 1,
"extra-rules/no-commented-out-code": "warn",
"keyword-spacing": [
"error", {
"before": false, "after": false, "overrides": {