From d852c75910c0fe7c6ca97672a6d6639df1289861 Mon Sep 17 00:00:00 2001 From: Luca Becker Date: Thu, 14 Oct 2021 19:23:30 +0200 Subject: [PATCH] fix adding at-rule-empty-line-before again It is conflicting with prettier for instance when using @if / @else in your scss. --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 3bc1084..4cd6088 100644 --- a/src/index.js +++ b/src/index.js @@ -5,6 +5,7 @@ module.exports = { indentation: null, linebreaks: null, + 'at-rule-empty-line-before': null, 'at-rule-name-case': null, 'at-rule-name-newline-after': null, 'at-rule-name-space-after': null,