From 47e6e56eb35369c833be7262d2552c5839810596 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Mon, 11 Sep 2023 23:59:03 +0300 Subject: [PATCH] Enable no-warning-comments eslint rule (#3150) --- .eslintrc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8be615b..be50881 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -94,10 +94,10 @@ // Produce warnings when something is commented as TODO or FIXME - // "no-warning-comments": [ "warn", { - // "terms": [ "TODO", "FIXME" ], - // "location": "start" - // }], + "no-warning-comments": [ "warn", { + "terms": [ "TODO", "FIXME" ], + "location": "start" + }], // "no-with": "warn", // "radix": "warn", // "vars-on-top": "error",