Skip to content

Commit 9d11de8

Browse files
committed
Update stylelint to v13 and all config dependencies to latest
1 parent 4f467b2 commit 9d11de8

File tree

6 files changed

+2682
-2338
lines changed

6 files changed

+2682
-2338
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ To get the most out of this config, it is assumed that projects have the followi
7373
- [`scss/at-mixin-argumentless-call-parentheses`](https://github.com/kristerkari/stylelint-scss#readme): `always`
7474
- [`scss/at-mixin-pattern`](https://github.com/kristerkari/stylelint-scss#readme): ``
7575
- [`order/order`](https://github.com/hudochenkov/stylelint-order): `dollar-variables, custom-properties, type: at-rule, hasBlock: false, declarations`
76-
- [`a11y/no-obsolete-attribute`]([object Object])
77-
- [`a11y/no-obsolete-element`]([object Object])
78-
- [`a11y/no-text-align-justify`]([object Object])
79-
- [`a11y/no-outline-none`]([object Object])
76+
- [`a11y/no-obsolete-attribute`](https://github.com/YozhikM/stylelint-a11y)
77+
- [`a11y/no-obsolete-element`](https://github.com/YozhikM/stylelint-a11y)
78+
- [`a11y/no-text-align-justify`](https://github.com/YozhikM/stylelint-a11y)
79+
- [`a11y/no-outline-none`](https://github.com/YozhikM/stylelint-a11y)
8080
- [`scale-unlimited/declaration-strict-value`](https://github.com/AndyOGo/stylelint-declaration-strict-value#readme): `color, fill, stroke, /-color/, ignoreKeywords: currentColor, inherit, transparent, initial`
8181

8282
#### Rules of `stylelint-config-standard`
@@ -103,6 +103,7 @@ To get the most out of this config, it is assumed that projects have the followi
103103
- [`selector-pseudo-class-parentheses-space-inside`](https://stylelint.io/user-guide/rules/selector-pseudo-class-parentheses-space-inside/): `never`
104104
- [`selector-pseudo-element-colon-notation`](https://stylelint.io/user-guide/rules/selector-pseudo-element-colon-notation/): `double`
105105
- [`selector-type-case`](https://stylelint.io/user-guide/rules/selector-type-case/): `lower`
106+
- [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/): `lower`
106107
- [`block-no-empty`](https://stylelint.io/user-guide/rules/block-no-empty/)
107108
- [`color-no-invalid-hex`](https://stylelint.io/user-guide/rules/color-no-invalid-hex/)
108109
- [`comment-no-empty`](https://stylelint.io/user-guide/rules/comment-no-empty/)
@@ -184,6 +185,7 @@ To get the most out of this config, it is assumed that projects have the followi
184185
- [`value-list-comma-space-before`](https://stylelint.io/user-guide/rules/value-list-comma-space-before/)
185186
- [`value-list-max-empty-lines`](https://stylelint.io/user-guide/rules/value-list-max-empty-lines/)
186187
- [`no-extra-semicolons`](https://stylelint.io/user-guide/rules/no-extra-semicolons/)
188+
- [`linebreaks`](https://stylelint.io/user-guide/rules/linebreaks/)
187189
- [`max-line-length`](https://stylelint.io/user-guide/rules/max-line-length/)
188190
- [`function-comma-newline-before`](https://stylelint.io/user-guide/rules/function-comma-newline-before/)
189191
- [`value-list-comma-newline-before`](https://stylelint.io/user-guide/rules/value-list-comma-newline-before/)
@@ -194,6 +196,8 @@ To get the most out of this config, it is assumed that projects have the followi
194196
- [`selector-list-comma-space-after`](https://stylelint.io/user-guide/rules/selector-list-comma-space-after/)
195197
- [`media-query-list-comma-newline-before`](https://stylelint.io/user-guide/rules/media-query-list-comma-newline-before/)
196198
- [`at-rule-name-newline-after`](https://stylelint.io/user-guide/rules/at-rule-name-newline-after/)
199+
- [`no-empty-first-line`](https://stylelint.io/user-guide/rules/no-empty-first-line/)
200+
- [`unicode-bom`](https://stylelint.io/user-guide/rules/unicode-bom/)
197201
- [`string-quotes`](https://stylelint.io/user-guide/rules/string-quotes/)
198202

199203
</details>
@@ -258,14 +262,14 @@ To get the most out of this config, it is assumed that projects have the followi
258262
- [`scss/dollar-variable-default`](https://github.com/kristerkari/stylelint-scss#readme)
259263
- [`scss/no-dollar-variables`](https://github.com/kristerkari/stylelint-scss#readme)
260264
- [`order/properties-alphabetical-order`](https://github.com/hudochenkov/stylelint-order)
261-
- [`a11y/content-property-no-static-value`]([object Object])
262-
- [`a11y/font-size-is-readable`]([object Object])
263-
- [`a11y/line-height-is-vertical-rhythmed`]([object Object])
264-
- [`a11y/media-prefers-color-scheme`]([object Object])
265-
- [`a11y/media-prefers-reduced-motion`]([object Object])
266-
- [`a11y/no-display-none`]([object Object])
267-
- [`a11y/no-spread-text`]([object Object])
268-
- [`a11y/selector-pseudo-class-focus`]([object Object])
265+
- [`a11y/content-property-no-static-value`](https://github.com/YozhikM/stylelint-a11y)
266+
- [`a11y/font-size-is-readable`](https://github.com/YozhikM/stylelint-a11y)
267+
- [`a11y/line-height-is-vertical-rhythmed`](https://github.com/YozhikM/stylelint-a11y)
268+
- [`a11y/media-prefers-color-scheme`](https://github.com/YozhikM/stylelint-a11y)
269+
- [`a11y/media-prefers-reduced-motion`](https://github.com/YozhikM/stylelint-a11y)
270+
- [`a11y/no-display-none`](https://github.com/YozhikM/stylelint-a11y)
271+
- [`a11y/no-spread-text`](https://github.com/YozhikM/stylelint-a11y)
272+
- [`a11y/selector-pseudo-class-focus`](https://github.com/YozhikM/stylelint-a11y)
269273
- [`at-rule-blacklist`](https://stylelint.io/user-guide/rules/at-rule-blacklist/)
270274
- [`at-rule-property-requirelist`](https://stylelint.io/user-guide/rules/at-rule-property-requirelist/)
271275
- [`at-rule-whitelist`](https://stylelint.io/user-guide/rules/at-rule-whitelist/)

0 commit comments

Comments
 (0)