stylelint
Advanced tools
Changelog
4.4.0
ignore: "relative"
option for font-weight-notation
.declaration-colon-space/newline-before/after
rules now ignore scss maps.selector-list-comma-newline-after
allows //
comments after the comma.Changelog
4.3.4
rule-properties-order
.//
comments when using SCSS parser.no-unknown-animations
ignores variables.no-unknown-animations
does not erroneously flag functions like steps()
and cubic-bezier()
.time-no-imperceptible
.font-family-name-quotes
and font-weight-notation
ignore variables.media-feature-no-missing-punctuation
handles space-padded media features.--config
relatives paths that don't start with ./
to be rejected.Changelog
4.3.3
stylelint.utils.ruleTester
because its dependencies broke things.Changelog
4.3.0
font-family-name-quotes
rule.font-weight-notation
rule.media-feature-no-missing-punctuation
rule.no-duplicate-selectors
rule.no-invalid-double-slash-comments
rule.no-unknown-animations
rule.property-value-blacklist
rule.property-value-whitelist
rule.time-no-imperceptible
rule.ignore: "descendant"
and ignore: "compounded"
options for selector-no-type
.property-blacklist
, property-unit-blacklist
, property-unit-whitelist
, property-value-blacklist
, and property-whitelist
.property-unit-blacklist
and property-unit-whitelist
, e.g. if you enter animation
it now also checks -webkit-animation
.--config
argument, not just paths.codeFilename
option to Node.js API.stylelint.rules
to make Stylelint even more extensible.stylelint-rule-tester
into this repo, and exposed it at stylelint.utils.ruleTester
.rule-properties-order
empty line detection when the two newlines were separated
by some other whitespace."alphabetical"
primary option
with rule-properties-order
.ignoreFiles
handling of absolute paths.ignoreFiles
uses the configBasedir
option to interpret relative paths.Changelog
4.2.0
message
secondary property on any rule.node_modules
and bower_components
directories.--config
argument.indentation
to stumble over declarations with semicolons on their own lines.