You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update stylelint to v14 for compatibility with PostCSS v8 ([#13](https://github.com/torchbox/stylelint-config-torchbox/pull/13)).
14
+
- Update all config dependencies to their latest releases, compatible with stylelint v14 ([#13](https://github.com/torchbox/stylelint-config-torchbox/pull/13)).
15
+
- Remove `stylelint-a11y`, which is no longer maintained and does not support stylelint v14. `no-text-align-justify` has been replaced with `declaration-property-value-disallowed-list` ([#13](https://github.com/torchbox/stylelint-config-torchbox/pull/13)).
16
+
- Stop enforcing `function-calc-no-invalid`, which has been removed from stylelint ([#13](https://github.com/torchbox/stylelint-config-torchbox/pull/13))
17
+
- Change enforced rules from stylelint-config-standard and stylelint-config-prettier.
18
+
19
+
### BREAKING CHANGES
20
+
21
+
The configuration now mandates stylelint v14, doesn’t use `stylelint-a11y`, and follows changes in enforced rules from `stylelint-config-standard` and `stylelint-config-prettier`.
-[`custom-media-pattern`](https://stylelint.io/user-guide/rules/custom-media-pattern/): `^(a-za-z0-9*)(-a-z0-9+)*$, message: Expected custom media query name to be kebab-case`
47
+
-[`custom-property-pattern`](https://stylelint.io/user-guide/rules/custom-property-pattern/): `^(a-za-z0-9*)(-a-z0-9+)*$, message: Expected custom property name to be kebab-case`
-[`keyframes-name-pattern`](https://stylelint.io/user-guide/rules/keyframes-name-pattern/): `^(a-za-z0-9*)(-a-z0-9+)*$, message: Expected keyframe name to be kebab-case`
-[`selector-id-pattern`](https://stylelint.io/user-guide/rules/selector-id-pattern/): `^(a-za-z0-9*)(-a-z0-9+)*$, message: Expected id selector to be kebab-case`
- Update stylelint to v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
26
-
- Update all config dependencies to their latest releases, compatible with stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
27
-
- Enforce [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/) from stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
77
+
- Update stylelint to v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9)).
78
+
- Update all config dependencies to their latest releases, compatible with stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9)).
79
+
- Enforce [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/) from stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9)).
28
80
- Rename all deprecated stylelint rules to their newer alternatives.
29
81
- The config’s README documentation now links directly to rules’ documentation for plugins.
0 commit comments