Releases: stylelint-scss/stylelint-config-recommended-scss
Releases · stylelint-scss/stylelint-config-recommended-scss
11.0.0
- Changed: updated to
[email protected]. - Removed:
stylelintless than15.5.0from peer dependencies.
10.0.0
- Changed: updated to
[email protected]. - Removed:
stylelintless than15.3.0from peer dependencies.
9.0.1
- Fixed: disabled
annotation-no-unknownrule because of false positives.
9.0.0
- Changed: updated to
[email protected]. - Changed: updated to
[email protected]. - Changed: updated stylelint peer dependency to
^15.0.0.
8.0.0
- Changed: updated to
[email protected]. - Changed: updated stylelint peer dependency to
^14.10.0. - Added:
postcssas an optional peer dependency. - Fixed:
annotation-no-unknownallow!defaultand!global.
7.0.0
- Changed: updated to
[email protected].
6.0.0
- Changed: updated to
[email protected]. - Changed: updated stylelint peer dependency to
^14.4.0. - Fixed: disabled
function-no-unknownrule. - Fixed:
no-invalid-position-at-import-ruleallow@forwardbefore@import.
5.0.2
5.0.1
- Changed: turn off the
comment-no-emptyrule whenscss/comment-no-emptyis enabled.
5.0.0
This release adds over a dozen new rules.
If needed, you can extend the config to turn off any of the new rules.
- Removed:
stylelintless than14.0.0from peer dependencies. - Changed: updated to
[email protected]. - Added:
scss/at-extend-no-missing-placeholderrule. - Added:
scss/at-if-no-nullrule. - Added:
scss/at-import-no-partial-leading-underscorerule. - Added:
scss/at-import-partial-extensionrule. - Added:
scss/comment-no-emptyrule. - Added:
scss/declaration-nested-properties-no-divided-groupsrule. - Added:
scss/dollar-variable-no-missing-interpolationrule. - Added:
scss/function-quote-no-quoted-strings-insiderule. - Added:
scss/function-unquote-no-unquoted-strings-insiderule. - Added:
scss/no-duplicate-mixinsrule. - Added:
scss/no-global-function-namesrule. - Added:
scss/operator-no-newline-afterrule. - Added:
scss/operator-no-newline-beforerule. - Added:
scss/operator-no-unspacedrule.