stylelint
Advanced tools
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.Changelog
4.1.0
selector-no-id
no longer warns about Sass interpolation when multiple interpolations are used in a selector.Changelog
4.0.0
.stylelintrc
files (by upgrading cosmiconfig).ignore: "non-comments"
option to max-line-length
.function-whitespace-after
does not expect space between )
and }
, so it handles Sass interpolation better.Changelog
3.2.2
selector-no-type
ignores nth-child
pseudo-classes and @keyframes
selectors.Changelog
3.2.1
max-line-length
handles url()
functions better.block-opening-brace-newline-after
and declaration-block-semicolon-newline-after
handle end-of-line comments better.Changelog
3.2.0
legacyNumberedSeverities
config property to force the legacy severity system.selector-no-id
ignores Sass-style interpolation.Changelog
3.1.4
--config
property in PostCSS and Node.js APIs. Still using it in the CLI.