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

Releases: kensho/stylelint-config-kensho

6.0.0

24 Dec 20:14
Compare
Choose a tag to compare

Changes

5.0.0

16 Jul 19:13
Compare
Choose a tag to compare

Changes

  • Update the minimum required version of stylelint to 8.0.0
  • Update the upstream config
  • Disallow css-modules' composes syntax (we no longer use it)

4.0.0

02 Feb 17:15
Compare
Choose a tag to compare

Changes

  • Update the upstream config
  • Update the minimum compatible version of stylelint to 7.8.0
  • Fix deprecations introduced in this version of stylelint

3.0.0

27 Jan 23:11
Compare
Choose a tag to compare

This release changes the set of allowed custom at rules. We are consolidating our internal postcss pipeline and moving towards more future-proof syntax (native CSS variables instead of css-modules values).

We are also transitioning from postcss-mixins to a lighter internal util plugin.

Changed rules

2.0.0

20 Dec 20:28
Compare
Choose a tag to compare

This release improves the robustness of the config's test suite and introduces some new rules.

New rules

  • Disallow use of !important
  • Disallow all vendor prefixes
  • Require quotes around attributes in selectors
  • Disallow lines more than 100 chars long
  • Enforce camelCase class selectors

1.0.0

12 Dec 23:54
Compare
Choose a tag to compare

Initial release.