From 6f19af23715ef72c06a06947cacf2274791f3a7c Mon Sep 17 00:00:00 2001 From: devcer Date: Tue, 18 Oct 2022 23:38:30 +0530 Subject: [PATCH] changed cspell config in eslint from warn to error --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2064f16f7..7b95ac6da 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -50,7 +50,7 @@ ], "json/*": ["error", "allowComments"], "@cspell/spellchecker": [ - "warn", + "error", { "checkIdentifiers": false, "checkStrings": false,