@@ -73,10 +73,10 @@ To get the most out of this config, it is assumed that projects have the followi
73
73
- [ ` scss/at-mixin-argumentless-call-parentheses ` ] ( https://github.com/kristerkari/stylelint-scss#readme ) : ` always `
74
74
- [ ` scss/at-mixin-pattern ` ] ( https://github.com/kristerkari/stylelint-scss#readme ) : ``
75
75
- [ ` order/order ` ] ( https://github.com/hudochenkov/stylelint-order ) : ` dollar-variables, custom-properties, type: at-rule, hasBlock: false, declarations `
76
- - [ ` a11y/no-obsolete-attribute ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
77
- - [ ` a11y/no-obsolete-element ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
78
- - [ ` a11y/no-text-align-justify ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
79
- - [ ` a11y/no-outline-none ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
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 ] )
80
80
- [ ` scale-unlimited/declaration-strict-value ` ] ( https://github.com/AndyOGo/stylelint-declaration-strict-value#readme ) : ` color, fill, stroke, /-color/, ignoreKeywords: currentColor, inherit, transparent, initial `
81
81
82
82
#### Rules of ` stylelint-config-standard `
@@ -258,14 +258,14 @@ To get the most out of this config, it is assumed that projects have the followi
258
258
- [ ` scss/dollar-variable-default ` ] ( https://github.com/kristerkari/stylelint-scss#readme )
259
259
- [ ` scss/no-dollar-variables ` ] ( https://github.com/kristerkari/stylelint-scss#readme )
260
260
- [ ` order/properties-alphabetical-order ` ] ( https://github.com/hudochenkov/stylelint-order )
261
- - [ ` a11y/content-property-no-static-value ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
262
- - [ ` a11y/font-size-is-readable ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
263
- - [ ` a11y/line-height-is-vertical-rhythmed ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
264
- - [ ` a11y/media-prefers-color-scheme ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
265
- - [ ` a11y/media-prefers-reduced-motion ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
266
- - [ ` a11y/no-display-none ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
267
- - [ ` a11y/no-spread-text ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
268
- - [ ` a11y/selector-pseudo-class-focus ` ] ( https://github.com/YozhikM/stylelint-a11y#readme )
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 ] )
269
269
- [ ` at-rule-blacklist ` ] ( https://stylelint.io/user-guide/rules/at-rule-blacklist/ )
270
270
- [ ` at-rule-property-requirelist ` ] ( https://stylelint.io/user-guide/rules/at-rule-property-requirelist/ )
271
271
- [ ` at-rule-whitelist ` ] ( https://stylelint.io/user-guide/rules/at-rule-whitelist/ )
0 commit comments