Skip to content

Commit f933b19

Browse files
jeddy3ntwb
authored andcommitted
Merge pull request #9 from stylelint/at-rule-empty-line-before
Updated rule: `at-rule-empty-line-before`
1 parent 612be1f commit f933b19

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/stylelint-config-wordpress/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# #HEAD
2+
3+
* Updated rule: `at-rule-empty-line-before` with option `ignore: ["after-comment"],`
4+
15
# 0.2.0
26

37
* Fixed: No quotes for URLs -> `"function-url-quotes": [ 2, "none" ]`

packages/stylelint-config-wordpress/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
"rules": {
33
"at-rule-empty-line-before": [ 2, "always", {
44
except: ["blockless-group"],
5+
ignore: ["after-comment"],
56
} ],
67
"at-rule-no-vendor-prefix": 2,
78
"block-closing-brace-newline-after": [ 2, "always" ],

0 commit comments

Comments
 (0)