mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01:00
changed cspell config in eslint from warn to error
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
],
|
],
|
||||||
"json/*": ["error", "allowComments"],
|
"json/*": ["error", "allowComments"],
|
||||||
"@cspell/spellchecker": [
|
"@cspell/spellchecker": [
|
||||||
"warn",
|
"error",
|
||||||
{
|
{
|
||||||
"checkIdentifiers": false,
|
"checkIdentifiers": false,
|
||||||
"checkStrings": false,
|
"checkStrings": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user