Skip to content

Commit

Permalink
build(all): add ignoreAtRules for @stylistic/block-closing-brace-newl…
Browse files Browse the repository at this point in the history
…ine-after (#3386)
  • Loading branch information
xelaint authored Dec 31, 2024
1 parent 845d490 commit a2c27d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
"scss/at-else-empty-line-before": "never",
"scss/at-if-no-null": null,
"scss/comment-no-empty": null,
"@stylistic/block-closing-brace-newline-after": "always",
"@stylistic/block-closing-brace-newline-after": [
"always",
{
"ignoreAtRules": ["if", "else"]
}
],
"@stylistic/block-closing-brace-newline-before": "always-multi-line",
"@stylistic/block-closing-brace-empty-line-before": "never",
"@stylistic/block-opening-brace-newline-after": "always-multi-line",
Expand Down

0 comments on commit a2c27d6

Please sign in to comment.