Skip to content
- Added:
selector-no-empty rule.
- Fixed: if no config is found relative to the stylesheet, look for one relative to
process.cwd().
- Fixed: lookup
ignoreFiles globs relative to process.cwd() if config is directly passed as a JS object and no configBasedir is provided.
- Fixed: SugarSS no longer reports wrong column number in
block-no-empty.
- Fixed:
configOverrides work with plugins, extends, and processors.
- Fixed: a bug causing inaccuracy in nested
stylelint-disable and stylelint-enable comments.
- Fixed: false positives for some camel-case SVG keywords in
value-keyword-case.
- Fixed: false positives for SCSS interpolation in
function-calc-no-unspaced-operator.
- Fixed:
no-descending-specificity now ignores custom property sets.