From 5c04f61d9d9594558f8c5230a6a3a9c95f8f6c92 Mon Sep 17 00:00:00 2001 From: fregante Date: Thu, 7 Aug 2025 16:20:09 +0800 Subject: [PATCH] Disable @stylistic/curly-newline` --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index dc39bee..33b9a0f 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,7 @@ exports.rules = { "@stylistic/comma-spacing": "off", "@stylistic/comma-style": "off", "@stylistic/computed-property-spacing": "off", + "@stylistic/curly-newline": "off", "@stylistic/dot-location": "off", "@stylistic/eol-last": "off", "@stylistic/func-call-spacing": "off",