Skip to content

Releases: stylelint-scss/stylelint-config-recommended-scss

11.0.0

24 Apr 21:35

Choose a tag to compare

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.5.0 from peer dependencies.

10.0.0

10 Apr 14:41

Choose a tag to compare

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.3.0 from peer dependencies.

9.0.1

14 Feb 12:45

Choose a tag to compare

  • Fixed: disabled annotation-no-unknown rule because of false positives.

9.0.0

12 Feb 03:33

Choose a tag to compare

8.0.0

24 Oct 14:15

Choose a tag to compare

  • Changed: updated to [email protected].
  • Changed: updated stylelint peer dependency to ^14.10.0.
  • Added: postcss as an optional peer dependency.
  • Fixed: annotation-no-unknown allow !default and !global.

7.0.0

11 Jul 08:19

Choose a tag to compare

6.0.0

20 Mar 10:49

Choose a tag to compare

  • Changed: updated to [email protected].
  • Changed: updated stylelint peer dependency to ^14.4.0.
  • Fixed: disabled function-no-unknown rule.
  • Fixed: no-invalid-position-at-import-rule allow @forward before @import.

5.0.2

21 Nov 10:23

Choose a tag to compare

  • Fixed: resolution of postcss-scss custom syntax when postcss@7 is in the tree.

5.0.1

02 Nov 07:52

Choose a tag to compare

  • Changed: turn off the comment-no-empty rule when scss/comment-no-empty is enabled.

5.0.0

21 Oct 16:13

Choose a tag to compare

This release adds over a dozen new rules.

If needed, you can extend the config to turn off any of the new rules.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: scss/at-extend-no-missing-placeholder rule.
  • Added: scss/at-if-no-null rule.
  • Added: scss/at-import-no-partial-leading-underscore rule.
  • Added: scss/at-import-partial-extension rule.
  • Added: scss/comment-no-empty rule.
  • Added: scss/declaration-nested-properties-no-divided-groups rule.
  • Added: scss/dollar-variable-no-missing-interpolation rule.
  • Added: scss/function-quote-no-quoted-strings-inside rule.
  • Added: scss/function-unquote-no-unquoted-strings-inside rule.
  • Added: scss/no-duplicate-mixins rule.
  • Added: scss/no-global-function-names rule.
  • Added: scss/operator-no-newline-after rule.
  • Added: scss/operator-no-newline-before rule.
  • Added: scss/operator-no-unspaced rule.