Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from lucavb/fix/readd-missing-prettier-rule
Browse files Browse the repository at this point in the history
fix adding at-rule-empty-line-before again
  • Loading branch information
shannonmoeller committed Oct 14, 2021
2 parents 0b8f572 + d852c75 commit 03bb36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -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,
Expand Down

0 comments on commit 03bb36d

Please sign in to comment.