From ba33ad2f96ada06de8e62a05e393293d1948fae8 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Mon, 30 Dec 2019 13:18:55 +1030 Subject: [PATCH] Linting --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 260a64f..0ee3260 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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": {