From ef92361e639b5534479ae15095eade625f67e481 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 May 2020 15:16:59 -0400 Subject: [PATCH] =?UTF-8?q?Disable=20lint=20rule=20for=20TODO=20comments?= =?UTF-8?q?=20=F0=9F=96=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 10b89fb05..93807e75b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,8 @@ "extends": ["eslint-config-postcss", "prettier"], "plugins": ["prettier"], "rules": { - "no-unused-vars": [2, {"args": "all", "argsIgnorePattern": "^_"}], + "no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }], + "no-warning-comments": 0, "prettier/prettier": [ "error", {