Skip to content

Releases: atolye15/stylelint-config

v8.0.0

26 Jan 10:47
96f1f71

Choose a tag to compare

8.0.0 (2026-01-26)

⚠ BREAKING CHANGES

  • Node.js 20.19.0 or higher is now required. Several selector-related rules have been removed due to incompatibility with standard CSS nesting in stylelint v17. If your project uses SCSS or Less with nonstandard nesting, you may need to turn off additional rules or use SCSS-specific alternatives. Code previously failing no-descending-specificity, no-duplicate-selectors, or selector-max-specificity checks will no longer be flagged.

Miscellaneous Chores

  • upgrade stylelint to v17 (3a353eb)

v7.0.0

25 Nov 14:02
d6debe8

Choose a tag to compare

7.0.0 (2025-11-25)

⚠ BREAKING CHANGES

  • stylelint-config-standard-scss v15 and v16 removed deprecated stylistic rules and updated config for compatibility with newer stylelint versions. See Stylelint migration guide to v15 for details.
  • stylelint-order v7 drops support for Node.js 18 and Stylelint <16.18.0, changes property order rules, and improves autofix behavior.
  • Minimum required Node.js version is now 20.

Build System

  • upgrade dependencies and set minimum node engine (be69608)

v6.0.0

17 Mar 11:24
eb1938e

Choose a tag to compare

6.0.0 (2025-03-17)

⚠ BREAKING CHANGES

  • prettier should be installed

Features

  • implement prettier and remove conflicting rules (e6904e4)

v5.1.0

13 Mar 12:56
0a4d7c2

Choose a tag to compare

5.1.0 (2025-03-13)

build

v5.0.1

25 Jul 12:54
16a2274

Choose a tag to compare

5.0.1 (2024-07-25)

Refactors

  • remove deprecated rule and use the new one (f9b04e9)

v5.0.0

01 Jul 13:30
2290a50

Choose a tag to compare

5.0.0 (2024-07-01)

build

Refactors

  • add missing peer dependency postcss (2c908c7)

Check the links below for breaking changes:

v4.1.3

03 Nov 06:41
3e4a07c

Choose a tag to compare

4.1.3 (2023-11-03)

Bug Fixes

  • fix the rule load-no-partial-leading-underscore not found (0dfe398)

v4.1.2

01 Nov 11:24
8e038c6

Choose a tag to compare

4.1.2 (2023-11-01)

Bug Fixes

  • remove deprecated rule and use with the new one (7e56c65)

v4.1.1

30 Oct 14:03
9197642

Choose a tag to compare

4.1.1 (2023-10-30)

Bug Fixes

  • fix selector-class-pattern does not match BEM notation (765704d)
  • fix stylelint complains about :global selector (c722ec3)

Refactors

  • disable scss/comment-no-empty rule (d2bf0d9)

v4.1.0

30 Oct 08:58
d450e08

Choose a tag to compare

4.1.0 (2023-10-30)

Refactors

  • allow to set initial as a value (70cb233)
  • use stylelint-config-standard-scss directly (69e87f5)