stylelint-config-wordpress
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -0,1 +1,5 @@ | ||
# 10.0.1 | ||
- 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 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "stylelint-config-wordpress", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "WordPress shareable config for stylelint", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,3 +30,2 @@ "use strict" | ||
"at-rule-name-space-after": "always", | ||
"rule-non-nested-empty-line-before": "always", | ||
"scss/at-else-closing-brace-newline-after": "always-last-in-chain", | ||
@@ -33,0 +32,0 @@ "scss/at-else-closing-brace-space-after": "always-intermediate", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30729
147