From b815a881499f52a8fd62d2cb632509defcb35b65 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 30 Sep 2020 20:10:15 -0400 Subject: [PATCH] eslint rules --- .eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 00f512ef..dd2485bf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -83,7 +83,12 @@ "no-undefined": "off", - "no-process-env": "off" + "no-process-env": "off", + + // I am now convinced TODO comments closer to the relevant code are better + // than GH issues. Especially when it only concerns a single function / + // routine. + "no-warning-comments": "off" }, "parser": "babel-eslint", "env": {