|
2 | 2 | "extends": "stylelint-config-sass-guidelines", |
3 | 3 | "plugins": ["stylelint-order"], |
4 | 4 | "rules": { |
5 | | - "selector-max-compound-selectors": 5, |
6 | | - "max-nesting-depth": 4, |
7 | | - "selector-no-vendor-prefix": [ |
8 | | - true, |
9 | | - { |
10 | | - "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] |
11 | | - } |
12 | | - ], |
13 | | - "selector-no-qualifying-type": [ |
14 | | - true, |
15 | | - { |
16 | | - "ignore": ["attribute"] |
17 | | - } |
18 | | - ], |
19 | | - "value-no-vendor-prefix": [ |
20 | | - true, |
21 | | - { |
22 | | - "ignoreValues": ["box"] |
23 | | - } |
24 | | - ], |
25 | | - "selector-class-pattern": null, |
26 | | - "scss/percent-placeholder-pattern": null, |
27 | | - "order/properties-alphabetical-order": true, |
28 | | - "@stylistic/function-parentheses-space-inside": null |
| 5 | + "selector-max-compound-selectors": 5, |
| 6 | + "max-nesting-depth": 4, |
| 7 | + "selector-no-vendor-prefix": [ |
| 8 | + true, |
| 9 | + { |
| 10 | + "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] |
| 11 | + } |
| 12 | + ], |
| 13 | + "selector-no-qualifying-type": [ |
| 14 | + true, |
| 15 | + { |
| 16 | + "ignore": ["attribute"] |
| 17 | + } |
| 18 | + ], |
| 19 | + "value-no-vendor-prefix": [ |
| 20 | + true, |
| 21 | + { |
| 22 | + "ignoreValues": ["box"] |
| 23 | + } |
| 24 | + ], |
| 25 | + "selector-class-pattern": null, |
| 26 | + "scss/percent-placeholder-pattern": null, |
| 27 | + "order/properties-alphabetical-order": true, |
| 28 | + "@stylistic/function-parentheses-space-inside": null |
29 | 29 | } |
30 | | - } |
| 30 | +} |
0 commit comments