changed cspell config in eslint from warn to error

This commit is contained in:
devcer 2022-10-18 23:38:30 +05:30
parent c230ff04cb
commit 6f19af2371

View File

@ -50,7 +50,7 @@
], ],
"json/*": ["error", "allowComments"], "json/*": ["error", "allowComments"],
"@cspell/spellchecker": [ "@cspell/spellchecker": [
"warn", "error",
{ {
"checkIdentifiers": false, "checkIdentifiers": false,
"checkStrings": false, "checkStrings": false,