|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
2 | 2 |
|
3 | 3 | exports[`flags warnings with invalid css did error 1`] = ` |
4 | | -[ |
5 | | - "order/order", |
6 | | - "scale-unlimited/declaration-strict-value", |
7 | | - "scss/selector-no-union-class-name", |
8 | | - "scss/at-rule-no-unknown", |
9 | | - "scss/comment-no-empty", |
10 | | - "block-no-empty", |
11 | | - "color-named", |
12 | | - "comment-no-empty", |
13 | | - "declaration-block-no-duplicate-properties", |
14 | | - "declaration-property-value-allowed-list", |
15 | | - "declaration-property-value-disallowed-list", |
16 | | - "length-zero-no-unit", |
17 | | - "max-nesting-depth", |
18 | | - "property-disallowed-list", |
19 | | - "rule-empty-line-before", |
20 | | - "selector-attribute-name-disallowed-list", |
21 | | - "selector-class-pattern", |
22 | | - "selector-max-combinators", |
23 | | - "selector-max-id", |
24 | | - "selector-max-specificity", |
25 | | - "unit-no-unknown", |
26 | | -] |
| 4 | +{ |
| 5 | + "block-no-empty": 1, |
| 6 | + "color-named": 1, |
| 7 | + "comment-no-empty": 1, |
| 8 | + "declaration-block-no-duplicate-properties": 1, |
| 9 | + "declaration-property-value-allowed-list": 2, |
| 10 | + "declaration-property-value-disallowed-list": 3, |
| 11 | + "length-zero-no-unit": 1, |
| 12 | + "max-nesting-depth": 1, |
| 13 | + "order/order": 1, |
| 14 | + "property-disallowed-list": 3, |
| 15 | + "rule-empty-line-before": 8, |
| 16 | + "scale-unlimited/declaration-strict-value": 9, |
| 17 | + "scss/at-rule-no-unknown": 1, |
| 18 | + "scss/comment-no-empty": 1, |
| 19 | + "scss/selector-no-union-class-name": 1, |
| 20 | + "selector-attribute-name-disallowed-list": 1, |
| 21 | + "selector-class-pattern": 2, |
| 22 | + "selector-max-combinators": 2, |
| 23 | + "selector-max-id": 1, |
| 24 | + "selector-max-specificity": 5, |
| 25 | + "unit-no-unknown": 1, |
| 26 | +} |
27 | 27 | `; |
0 commit comments