From 3d140a7411fb290951ac4ea9cd7d610e5c418ff6 Mon Sep 17 00:00:00 2001 From: Jeroen Ekkelkamp Date: Wed, 19 Oct 2022 20:04:45 +0200 Subject: [PATCH] added curly rule to eslintrc --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 7b95ac6da..133ab42cd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",