This repository was archived by the owner on Feb 25, 2021. It is now read-only.
10.0.0
- Added:
scss/selector-no-redundant-nesting-selector
rule instylelint-config-wordpress/scss
chared config. - Added:
selector-no-empty
rule. - Added: NodeJS 7.x.x support
- Fixed: Added
stylelint-scss
plugin @if/@else placement rules. - Fixed: Ignore
relative
keyword names infont-weight-notation
rule. - Fixed: Ignore proprietary
DXImageTransform.Microsoft
MS filters - Fixed: Removed
@debug
fromignoreAtRules
array ofat-rule-no-unknown
rule instylelint-config-wordpress/scss
chared config. - Deprecated
blockless-group
option forat-rule-empty-line-before
rule. Use the newblockless-after-blockless
option instead. - Deprecated
media-feature-no-missing-punctuation
rule. - Deprecated
rule-nested-empty-line-before
andrule-non-nested-empty-line-before
rules. Use the newrule-empty-line-before
rule instead. - Deprecated
selector-no-empty
rule. - Refactor: Switch from AVA to Jest for tests.
- Refactor: Switch from eslint-plugin-ava to eslint-plugin-jest.
- Removed:
stylelint < 7.10.1
compatibility. - Removed:
stylelint-scss < 1.4.4
compatibility. - Removed: NodeJS 4.x support,
stylelint
andstylelint-config-wordpress
now require NodeJS > 6.9.1 LTS or greater