stylelint-config-wordpress
Advanced tools
Changelog
16.0.0
selector-class-pattern
rule regex to account for numerals, case detection, and ensure kebab-case over snake_case.selector-id-pattern
rule regex to account for numerals, case detection, and ensure kebab-case over snake_case.stylelint-config-recommended-scss
to 4.1.0
.stylelint-find-rules
to 2.2.0
.stylelint-scss
to 3.13.0
.stylelint
to 11.0.0
.Changelog
15.0.0
stylelint
to 11.0.0
.stylelint < 10.1.0
compatibility.stylelint-config-recommended
to 3.0.0
.stylelint-config-recommended-scss
to 4.0.0
.10.0.0
.Changelog
14.0.0
stylelint
to 10.0.0
.stylelint-scss
to 3.6.0
.stylelint-config-recommended
to 2.2.0
.Changelog
13.1.0
extends
tests.stylelint-config-wordpress/scss
now extends stylelint-config-recommended-scss
(the net result of this change results in no rule changes for this SCSS config).stylelint-scss
to 3.3.0
.stylelint
to 9.5.0
.Changelog
13.0.0
9.1.3
support.stylelint
peer dependency version to ^9.1.3
.no-duplicate-selectors
tests.stylelint < 9.1.3
compatibility.selector-pseudo-element-colon-notation
to use double
stylelint-config-recommended
to 2.1.0
.stylelint-scss
to 2.1.0
.8.9.3
.Changelog
12.0.0
stylelint-config-wordpress
now extends stylelint-config-recommended
, which turns on the at-rule-no-unknown
, block-no-empty
, comment-no-empty
, declaration-block-no-ignored-properties
, declaration-block-no-redundant-longhand-properties
, font-family-no-duplicate-names
, media-feature-name-no-unknown
, no-empty-source
rule. These rules are part of stylelint's possible errors rules.stylelint-scss < 1.5.1
compatibility.at-rule-no-unknown
custom ignoreAtRules
options in stylelint-config-wordpress/scss
shared config.scss/at-rule-no-unknown
rule in stylelint-config-wordpress/scss
shared config.Changelog
11.0.0
declaration-property-unit-whitelist
rule to allow px
and exclude %
and em
units in line-height
values.at-rule-empty-line-before
rules in SCSS config.Changelog
10.0.2
import
to ignoreAtRules
option in at-rule-empty-line-before
rule for SCSS config.