mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
changed cspell config in eslint from warn to error
This commit is contained in:
parent
c230ff04cb
commit
6f19af2371
@ -50,7 +50,7 @@
|
|||||||
],
|
],
|
||||||
"json/*": ["error", "allowComments"],
|
"json/*": ["error", "allowComments"],
|
||||||
"@cspell/spellchecker": [
|
"@cspell/spellchecker": [
|
||||||
"warn",
|
"error",
|
||||||
{
|
{
|
||||||
"checkIdentifiers": false,
|
"checkIdentifiers": false,
|
||||||
"checkStrings": false,
|
"checkStrings": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user