@@ -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 ` ] ([ 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 )
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 `
@@ -103,6 +103,7 @@ To get the most out of this config, it is assumed that projects have the followi
103
103
- [ ` selector-pseudo-class-parentheses-space-inside ` ] ( https://stylelint.io/user-guide/rules/selector-pseudo-class-parentheses-space-inside/ ) : ` never `
104
104
- [ ` selector-pseudo-element-colon-notation ` ] ( https://stylelint.io/user-guide/rules/selector-pseudo-element-colon-notation/ ) : ` double `
105
105
- [ ` 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 `
106
107
- [ ` block-no-empty ` ] ( https://stylelint.io/user-guide/rules/block-no-empty/ )
107
108
- [ ` color-no-invalid-hex ` ] ( https://stylelint.io/user-guide/rules/color-no-invalid-hex/ )
108
109
- [ ` 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
184
185
- [ ` value-list-comma-space-before ` ] ( https://stylelint.io/user-guide/rules/value-list-comma-space-before/ )
185
186
- [ ` value-list-max-empty-lines ` ] ( https://stylelint.io/user-guide/rules/value-list-max-empty-lines/ )
186
187
- [ ` no-extra-semicolons ` ] ( https://stylelint.io/user-guide/rules/no-extra-semicolons/ )
188
+ - [ ` linebreaks ` ] ( https://stylelint.io/user-guide/rules/linebreaks/ )
187
189
- [ ` max-line-length ` ] ( https://stylelint.io/user-guide/rules/max-line-length/ )
188
190
- [ ` function-comma-newline-before ` ] ( https://stylelint.io/user-guide/rules/function-comma-newline-before/ )
189
191
- [ ` 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
194
196
- [ ` selector-list-comma-space-after ` ] ( https://stylelint.io/user-guide/rules/selector-list-comma-space-after/ )
195
197
- [ ` media-query-list-comma-newline-before ` ] ( https://stylelint.io/user-guide/rules/media-query-list-comma-newline-before/ )
196
198
- [ ` 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/ )
197
201
- [ ` string-quotes ` ] ( https://stylelint.io/user-guide/rules/string-quotes/ )
198
202
199
203
</details >
@@ -258,14 +262,14 @@ To get the most out of this config, it is assumed that projects have the followi
258
262
- [ ` scss/dollar-variable-default ` ] ( https://github.com/kristerkari/stylelint-scss#readme )
259
263
- [ ` scss/no-dollar-variables ` ] ( https://github.com/kristerkari/stylelint-scss#readme )
260
264
- [ ` 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 )
269
273
- [ ` at-rule-blacklist ` ] ( https://stylelint.io/user-guide/rules/at-rule-blacklist/ )
270
274
- [ ` at-rule-property-requirelist ` ] ( https://stylelint.io/user-guide/rules/at-rule-property-requirelist/ )
271
275
- [ ` at-rule-whitelist ` ] ( https://stylelint.io/user-guide/rules/at-rule-whitelist/ )
0 commit comments