From 018f036e8091537a205a0d23ae53bccf35b00b8c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 30 Aug 2021 13:21:26 -0400 Subject: [PATCH] edit curly rule --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3515594..5ba5f16 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ module.exports = { "comma-dangle": ["error", "always-multiline"], "comma-spacing": "error", "comma-style": "error", - "curly": ["error", "multi-or-nest", "consistent"], + "curly": ["error", "all"], "func-call-spacing": "error", "max-len": ["warn", { "code": 120,