Skip to content

Commit

Permalink
fix: Remove stylelint v8 deprecated rule `rule-non-nested-empty-line-…
Browse files Browse the repository at this point in the history
…before` from SCSS config. (#130)
  • Loading branch information
ntwb committed May 31, 2020
1 parent f29e418 commit f8d792e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/stylelint-config-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# HEAD

- Removed: `rule-non-nested-empty-line-before` rule from SCSS config. This rule is deprecated in stylelint v8, the new `rule-empty-line-before` rule already exists in the primary config.

# 10.0.0

- Added: `scss/selector-no-redundant-nesting-selector` rule in `stylelint-config-wordpress/scss` chared config.
Expand Down
1 change: 0 additions & 1 deletion packages/stylelint-config-wordpress/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = {
},
],
"at-rule-name-space-after": "always",
"rule-non-nested-empty-line-before": "always",
"scss/at-else-closing-brace-newline-after": "always-last-in-chain",
"scss/at-else-closing-brace-space-after": "always-intermediate",
"scss/at-else-empty-line-before": "never",
Expand Down

0 comments on commit f8d792e

Please sign in to comment.