Skip to content

Releases: bandlab/stylelint-config-bandlab

v6.0.0

23 Dec 13:02
10545f0
Compare
Choose a tag to compare
  • Support Stylelint v16

v4.0.0

26 Oct 18:17
a806abc
Compare
Choose a tag to compare
  • Support Stylelint v14
  • Drop compatbility with Stylelint v13

The new recommended configuration enforces additional rules and this may raise new linting errors. I don't want to examine all the new rules now, so I suggest disabling temporarily the new rules in your project for now. Most of them can be fixed automatically, so it won't be big deal to change them in the future.

Here is a set of rules that raised errors after the update:

  alpha-value-notation: null
  at-rule-no-vendor-prefix: null
  color-function-notation: null
  declaration-block-no-redundant-longhand-properties: null
  hue-degree-notation: null
  keyframes-name-pattern: null
  max-line-length: null
  media-feature-name-no-vendor-prefix: null
  number-max-precision: null
  property-no-vendor-prefix: null
  selector-class-pattern: null
  selector-id-pattern: null
  selector-no-vendor-prefix: null
  shorthand-property-no-redundant-values: null
  string-quotes: null
  value-no-vendor-prefix: null

v3.3.0

26 Oct 18:00
1626540
Compare
Choose a tag to compare
  • Update dependencies before dropping support for Stylelint v13 3fec0e3

v3.2.0

26 Oct 18:00
aaeb1bc
Compare
Choose a tag to compare

v3.1.0

26 Oct 18:00
ef46f25
Compare
Choose a tag to compare

v3.0.0

30 May 10:48
32d808d
Compare
Choose a tag to compare