From 6ae06ccdae1338457c4e705f1fea628f87fea4fa Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Mon, 21 Mar 2022 13:53:21 -0500 Subject: [PATCH] fix: remove constraint on `brace-style` --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 53298a2..738ec7d 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ module.exports = { extends: "airbnb", plugins: ["react-hooks"], "rules": { - "brace-style": ["error", "stroustrup"], "linebreak-style": 0, "lines-around-comment": ["error", { "allowBlockStart": true,