|
1 |
| -{ |
2 |
| - "adjoining-classes": false, |
3 |
| - "box-model": false, |
4 |
| - "box-sizing": false, |
5 |
| - "bulletproof-font-face": false, |
6 |
| - "compatible-vendor-prefixes": false, |
7 |
| - "display-property-grouping": false, |
8 |
| - "duplicate-background-images": false, |
9 |
| - "duplicate-properties": false, |
10 |
| - "empty-rules": false, |
11 |
| - "fallback-colors": false, |
12 |
| - "floats": false, |
13 |
| - "font-faces": false, |
14 |
| - "font-sizes": false, |
15 |
| - "gradients": false, |
16 |
| - "ids": false, |
17 |
| - "import": false, |
18 |
| - "important": false, |
19 |
| - "known-properties": false, |
20 |
| - "non-link-hover": false, |
21 |
| - "outline-none": false, |
22 |
| - "overqualified-elements": false, |
23 |
| - "qualified-headings": false, |
24 |
| - "regex-selectors": false, |
25 |
| - "shorthand": false, |
26 |
| - "star-property-hack": false, |
27 |
| - "text-indent": false, |
28 |
| - "underscore-property-hack": false, |
29 |
| - "vendor-prefix": false, |
30 |
| - "unique-headings": false, |
31 |
| - "universal-selector": false, |
32 |
| - "unqualified-attributes": false, |
33 |
| - "zero-units": false |
34 |
| -} |
| 1 | +--ignore=adjoining-classes,ids,order-alphabetical,unqualified-attributes |
0 commit comments