added curly rule to eslintrc

This commit is contained in:
Jeroen Ekkelkamp
2022-10-19 20:04:45 +02:00
parent 2d11192c3a
commit 3d140a7411

View File

@@ -24,6 +24,7 @@
],
"plugins": ["@typescript-eslint", "no-only-tests", "html", "jest", "jsdoc", "json", "@cspell"],
"rules": {
"curly": "error",
"no-console": "error",
"no-prototype-builtins": "off",
"no-unused-vars": "off",