From 9fe84e901f4f8e8eb6103fb1e2e3433da4b7bcfd Mon Sep 17 00:00:00 2001 From: gcch Date: Fri, 9 Aug 2024 18:46:47 +0200 Subject: [PATCH] =?UTF-8?q?corv=C3=A9e(Stylelint)=20d=C3=A9sactive=20une?= =?UTF-8?q?=20r=C3=A8gle=20stylistique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylelint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelint.config.js b/stylelint.config.js index 4e563466..19484837 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -16,6 +16,7 @@ export default { rules: { "@stylistic/selector-list-comma-newline-after": null, "@stylistic/string-quotes": null, + "@stylistic/function-parentheses-space-inside": null, "custom-property-pattern": null, "declaration-block-no-duplicate-custom-properties": true, "declaration-block-no-duplicate-properties": true,