Releases: twinscom/stylelint-config
v6.0.1
Update dependencies.
v6.0.0
Major changes
- Update Stylelint to v14 (see migration guide)
- Update stylelint-config-standard to v24 (see changelog for v23 and v24)
Minor changes
- Update dependencies
v5.4.0
Update Prettier to 2.3.0
v5.3.0
- Add
selector-attribute-quotes
- Update dependencies
v5.2.0
v5.1.0
- Add
declaration-block-no-duplicate-custom-properties
- Enable
reportNeedlessDisables
option - Enable
reportInvalidScopeDisables
option - Update dependencies
v5.0.0
Breaking changes:
- e4eb4d2 Fix #1 Enable
disallowInList
option forno-duplicate-selectors
- 7031426 Fix #31 Add stylelint-config-recess-order config
- c6ec718 Fix #29 Add stylelint-group-selectors plugin
v4.0.0 - stylelint-prettier
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
v3.0.0
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:
- Add
alpha-value-notation
rule withpercentage
option - Add
color-function-notation
rule withmodern
option - Add
hue-degree-notation
rule withangle
option
Other changes:
- Ignore delay in
time-min-milliseconds
rule - Update dependencies