From 8abf879cd5318a0507af082eb7c6c67f553eddec Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 May 2022 09:25:32 +0300 Subject: Disable `custom-property-empty-line-before` (#153) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0e63335..4f78505 100644 --- a/index.js +++ b/index.js @@ -15,6 +15,7 @@ module.exports = { 'block-opening-brace-space-before': null, 'color-function-notation': null, 'color-named': 'never', + 'custom-property-empty-line-before': null, 'custom-property-pattern': null, 'declaration-block-no-redundant-longhand-properties': null, 'declaration-block-semicolon-newline-before': 'never-multi-line', -- cgit v1.2.3