Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

10.0.0

Choose a tag to compare

@ntwb ntwb released this 21 Apr 06:46
· 237 commits to master since this release
  • Added: scss/selector-no-redundant-nesting-selector rule in stylelint-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 in font-weight-notation rule.
  • Fixed: Ignore proprietary DXImageTransform.Microsoft MS filters
  • Fixed: Removed @debug from ignoreAtRules array of at-rule-no-unknown rule in stylelint-config-wordpress/scss chared config.
  • Deprecated blockless-group option for at-rule-empty-line-before rule. Use the new blockless-after-blockless option instead.
  • Deprecated media-feature-no-missing-punctuation rule.
  • Deprecated rule-nested-empty-line-before and rule-non-nested-empty-line-before rules. Use the new rule-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 and stylelint-config-wordpress now require NodeJS > 6.9.1 LTS or greater