Skip to content

Releases: twinscom/stylelint-config

v6.0.1

23 Nov 19:21
Compare
Choose a tag to compare

Update dependencies.

v6.0.0

15 Nov 14:34
Compare
Choose a tag to compare

Major changes

Minor changes

  • Update dependencies

v5.4.0

12 May 09:52
Compare
Choose a tag to compare

Update Prettier to 2.3.0

v5.3.0

26 Apr 07:46
Compare
Choose a tag to compare

v5.2.0

09 Mar 17:36
Compare
Choose a tag to compare

v5.1.0

15 Feb 09:51
Compare
Choose a tag to compare

v5.0.0

20 Jul 14:25
Compare
Choose a tag to compare

Breaking changes:

v4.0.0 - stylelint-prettier

07 Jun 12:47
Compare
Choose a tag to compare

I've been using Prettier in my projects, personal and work ones, for 1.5 years now.
It saved me and my colleagues countless hours of manually formatting our code.
It saved us countless hours of bickering about formatting rules.

This release of @twinscom/stylelint-config adds stylelint-prettier.

Next time you run stylelint '**/*.css' --fix, all of your code will be reformatted.
But then you'll be free of manual formatting forever.

As a general advise, I recommend everyone adopt Prettier and use the default options.
Use it for formatting all files in your projects, not just JavaScript and/or CSS: prettier . --write

Breaking changes

v3.0.1

25 May 11:05
Compare
Choose a tag to compare
  • 4cd0c46 Fix #25 Percentage for opacity is not supported by transpilers
  • c026391 Fix #26 False positive for color-scheme: light dark; (this also fixes false positives for color-adjust, color-interpolation-filters, and forced-color-adjust)

v3.0.0

23 May 10:29
Compare
Choose a tag to compare

This release enables 3 rules that require the usage of some new CSS syntax, so make sure you use a transpiler if you need to support older browsers.

Breaking Changes:

Other changes: