From 731f2d81b64431e8b887ecef6942da5bc74efccb Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Mon, 6 Nov 2023 18:01:24 +0100 Subject: [PATCH] chore: Re-add curly --- base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/base.js b/base.js index 0012170..1db7ccd 100644 --- a/base.js +++ b/base.js @@ -63,6 +63,7 @@ module.exports = { "consistent-return": "warn", // http://eslint.org/docs/rules/consistent-return "consistent-this": ["off", "self"], // http://eslint.org/docs/rules/consistent-this "constructor-super": "error", // http://eslint.org/docs/rules/constructor-super + curly: ["warn", "all"], // http://eslint.org/docs/rules/curly "default-case": "off", // http://eslint.org/docs/rules/default-case "default-case-last": "off", // https://eslint.org/docs/rules/default-case-last "default-param-last": "off", // https://eslint.org/docs/rules/default-param-last