|
36 | 36 | - [`comment-whitespace-inside`](https://stylelint.io/user-guide/rules/comment-whitespace-inside/): `always`
|
37 | 37 | - [`custom-property-empty-line-before`](https://stylelint.io/user-guide/rules/custom-property-empty-line-before/): `always, except: after-custom-property, first-nested, ignore: after-comment, inside-single-line-block`
|
38 | 38 | - [`declaration-block-single-line-max-declarations`](https://stylelint.io/user-guide/rules/declaration-block-single-line-max-declarations/): `1`
|
39 |
| -- [`declaration-block-no-redundant-longhand-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/) |
40 | 39 | - [`font-family-name-quotes`](https://stylelint.io/user-guide/rules/font-family-name-quotes/): `always-where-recommended`
|
41 | 40 | - [`function-name-case`](https://stylelint.io/user-guide/rules/function-name-case/): `lower`
|
42 | 41 | - [`function-url-quotes`](https://stylelint.io/user-guide/rules/function-url-quotes/): `always`
|
|
48 | 47 | - [`no-irregular-whitespace`](https://stylelint.io/user-guide/rules/no-irregular-whitespace/)
|
49 | 48 | - [`number-max-precision`](https://stylelint.io/user-guide/rules/number-max-precision/): `4`
|
50 | 49 | - [`rule-empty-line-before`](https://stylelint.io/user-guide/rules/rule-empty-line-before/): `always-multi-line, except: first-nested, ignore: after-comment`
|
51 |
| -- [`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` |
52 | 50 | - [`selector-pseudo-element-colon-notation`](https://stylelint.io/user-guide/rules/selector-pseudo-element-colon-notation/): `double`
|
53 | 51 | - [`selector-type-case`](https://stylelint.io/user-guide/rules/selector-type-case/): `lower`
|
54 |
| -- [`shorthand-property-no-redundant-values`](https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values/) |
55 | 52 | - [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/): `lower`
|
56 | 53 | - [`block-no-empty`](https://stylelint.io/user-guide/rules/block-no-empty/)
|
57 | 54 | - [`color-no-invalid-hex`](https://stylelint.io/user-guide/rules/color-no-invalid-hex/)
|
|
83 | 80 | > Rules that are turned off on purpose.
|
84 | 81 |
|
85 | 82 | - [`keyframes-name-pattern`](https://stylelint.io/user-guide/rules/keyframes-name-pattern/)
|
86 |
| -- [`alpha-value-notation`](https://stylelint.io/user-guide/rules/alpha-value-notation/) |
87 |
| -- [`color-function-notation`](https://stylelint.io/user-guide/rules/color-function-notation/) |
88 | 83 | - [`custom-media-pattern`](https://stylelint.io/user-guide/rules/custom-media-pattern/)
|
89 | 84 | - [`custom-property-pattern`](https://stylelint.io/user-guide/rules/custom-property-pattern/)
|
| 85 | +- [`selector-id-pattern`](https://stylelint.io/user-guide/rules/selector-id-pattern/) |
| 86 | +- [`alpha-value-notation`](https://stylelint.io/user-guide/rules/alpha-value-notation/) |
| 87 | +- [`color-function-notation`](https://stylelint.io/user-guide/rules/color-function-notation/) |
90 | 88 | - [`declaration-empty-line-before`](https://stylelint.io/user-guide/rules/declaration-empty-line-before/)
|
91 | 89 | - [`no-descending-specificity`](https://stylelint.io/user-guide/rules/no-descending-specificity/)
|
92 | 90 | - [`at-rule-no-unknown`](https://stylelint.io/user-guide/rules/at-rule-no-unknown/)
|
| 91 | +- [`declaration-block-no-redundant-longhand-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/) |
| 92 | +- [`shorthand-property-no-redundant-values`](https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values/) |
93 | 93 | - [`at-rule-empty-line-before`](https://stylelint.io/user-guide/rules/at-rule-empty-line-before/)
|
94 | 94 | - [`at-rule-name-case`](https://stylelint.io/user-guide/rules/at-rule-name-case/)
|
95 | 95 | - [`at-rule-name-space-after`](https://stylelint.io/user-guide/rules/at-rule-name-space-after/)
|
|
0 commit comments