|
1 | 1 | {
|
2 |
| - "extends": "stylelint-config-standard", |
3 |
| - "plugins": ["stylelint-order", "stylelint-scss"], |
4 |
| - "rules": { |
5 |
| - "indentation": 4, |
6 |
| - "at-rule-empty-line-before": null, |
7 |
| - "color-hex-length": null, |
8 |
| - "no-descending-specificity": null, |
9 |
| - "rule-empty-line-before": null, |
10 |
| - "selector-list-comma-newline-after": null, |
11 |
| - "declaration-block-trailing-semicolon": null, |
12 |
| - "block-closing-brace-empty-line-before": null, |
13 |
| - "block-closing-brace-space-before": null, |
14 |
| - "block-opening-brace-space-before": null, |
15 |
| - "block-opening-brace-space-after": null, |
16 |
| - "function-comma-space-after": null, |
17 |
| - "media-query-list-comma-space-after": null, |
18 |
| - "declaration-colon-space-after": null, |
19 |
| - "declaration-block-semicolon-space-after": null, |
20 |
| - "block-closing-brace-newline-after": null, |
21 |
| - "declaration-block-single-line-max-declarations": null, |
22 |
| - "number-no-trailing-zeros": null, |
23 |
| - "number-leading-zero": null, |
24 |
| - "comment-empty-line-before": null, |
25 |
| - "length-zero-no-unit": null, |
26 |
| - "value-keyword-case": null, |
27 |
| - "comment-whitespace-inside": null, |
28 |
| - "declaration-empty-line-before": null, |
29 |
| - "max-empty-lines": null, |
30 |
| - "no-duplicate-selectors": null, |
31 |
| - "selector-pseudo-element-colon-notation": null |
32 |
| - } |
| 2 | + "extends": "stylelint-config-standard", |
| 3 | + "plugins": ["stylelint-order", "stylelint-scss"], |
| 4 | + "rules": { |
| 5 | + "indentation": 4, |
| 6 | + "at-rule-empty-line-before": null, |
| 7 | + "color-hex-length": null, |
| 8 | + "no-descending-specificity": null, |
| 9 | + "rule-empty-line-before": null, |
| 10 | + "selector-list-comma-newline-after": null, |
| 11 | + "declaration-block-trailing-semicolon": null, |
| 12 | + "block-closing-brace-empty-line-before": null, |
| 13 | + "block-closing-brace-space-before": null, |
| 14 | + "block-opening-brace-space-before": null, |
| 15 | + "block-opening-brace-space-after": null, |
| 16 | + "function-comma-space-after": null, |
| 17 | + "media-query-list-comma-space-after": null, |
| 18 | + "declaration-colon-space-after": null, |
| 19 | + "declaration-block-semicolon-space-after": null, |
| 20 | + "block-closing-brace-newline-after": null, |
| 21 | + "declaration-block-single-line-max-declarations": null, |
| 22 | + "number-no-trailing-zeros": null, |
| 23 | + "number-leading-zero": null, |
| 24 | + "comment-empty-line-before": null, |
| 25 | + "length-zero-no-unit": null, |
| 26 | + "value-keyword-case": null, |
| 27 | + "comment-whitespace-inside": null, |
| 28 | + "declaration-empty-line-before": null, |
| 29 | + "max-empty-lines": null, |
| 30 | + "no-duplicate-selectors": null, |
| 31 | + "selector-pseudo-element-colon-notation": null |
| 32 | + } |
33 | 33 | }
|
0 commit comments