mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-10 17:49:40 +02:00
added curly rule to eslintrc
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
],
|
],
|
||||||
"plugins": ["@typescript-eslint", "no-only-tests", "html", "jest", "jsdoc", "json", "@cspell"],
|
"plugins": ["@typescript-eslint", "no-only-tests", "html", "jest", "jsdoc", "json", "@cspell"],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"curly": "error",
|
||||||
"no-console": "error",
|
"no-console": "error",
|
||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"no-unused-vars": "off",
|
"no-unused-vars": "off",
|
||||||
|
Reference in New Issue
Block a user