-
Notifications
You must be signed in to change notification settings - Fork 0
/
.csslintrc
38 lines (38 loc) · 965 Bytes
/
.csslintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"important": true,
"adjoining-classes": true,
"known-properties": true,
"box-sizing": true,
"box-model": true,
"overqualified-elements": true,
"display-property-grouping": true,
"bulletproof-font-face": true,
"compatible-vendor-prefixes": false,
"regex-selectors": true,
"errors": true,
"duplicate-background-images": true,
"duplicate-properties": true,
"empty-rules": true,
"selector-max-approaching": true,
"gradients": true,
"fallback-colors": true,
"font-sizes": true,
"font-faces": true,
"floats": true,
"star-property-hack": true,
"outline-none": true,
"import": true,
"ids": true,
"underscore-property-hack": true,
"rules-count": true,
"qualified-headings": false,
"selector-max": true,
"shorthand": true,
"text-indent": true,
"unique-headings": true,
"universal-selector": true,
"unqualified-attributes": true,
"vendor-prefix": true,
"zero-units": true,
"order-alphabetical": false
}