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
1 changed files with 1 additions and 1 deletions

View File

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