Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Releases: pangolinjs/stylelint-config

v4.0.0

31 Dec 10:13
v4.0.0
8df7d54
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Complete overhaul for the linting rules.
  • Suit CSS naming convention.
  • Indentation with tabs.
  • Consistent whitespaces.

Features

  • Overhauled linting rules (e4a3809)

Bug Fixes

  • selector-class-pattern regex for modifiers (dca7fad)

v3.0.1

26 Mar 07:35
v3.0.1
4ffd275
Compare
Choose a tag to compare

Dependency updates

v3.0.0

23 Oct 07:45
v3.0.0
dab3d95
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Stylelint 14 no longer automagically guesses the CSS syntax based on file extension.

Please add postcss-scss to your development dependencies:

npm install --save-dev postcss-scss

Features

v2.0.6

18 Jun 06:58
223c86a
Compare
Choose a tag to compare

Dependency updates

v2.0.5

07 Apr 09:56
11132fe
Compare
Choose a tag to compare

Bug Fixes

  • Don’t be strict about import extensions (baef046)

v2.0.4

08 Dec 08:01
43bb8fa
Compare
Choose a tag to compare

Dependency updates

v2.0.3

01 Sep 09:33
4c6e377
Compare
Choose a tag to compare

Bug Fixes

  • Replace deprecated rules (e1ab62e)

v2.0.2

08 Jul 08:34
0192ea4
Compare
Choose a tag to compare

Dependency updates

v2.0.1

26 May 05:29
81e20fb
Compare
Choose a tag to compare

Bug Fixes

  • Make nesting depth a bit more liberal (e5b6c18)

v2.0.0

20 May 10:11
26a703f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Move dependencies to peerDependencies. This allows independent dependency updates for the package consumer. But it requires manual installation of these peers.

Features

  • Add tons of cosmetic changes (d282a94)
  • Make dependencies peers (1677b87)