Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.
parent
27b28ea4a6
commit
5f37ebc4c6
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"important": true,
|
||||
"adjoining-classes": false,
|
||||
"known-properties": true,
|
||||
"box-sizing": false,
|
||||
"box-model": true,
|
||||
"overqualified-elements": true,
|
||||
"display-property-grouping": true,
|
||||
"bulletproof-font-face": false,
|
||||
"compatible-vendor-prefixes": false,
|
||||
"regex-selectors": false,
|
||||
"errors": false,
|
||||
"duplicate-background-images": true,
|
||||
"duplicate-properties": true,
|
||||
"empty-rules": true,
|
||||
"selector-max-approaching": false,
|
||||
"gradients": false,
|
||||
"fallback-colors": false,
|
||||
"font-sizes": false,
|
||||
"font-faces": false,
|
||||
"floats": false,
|
||||
"star-property-hack": true,
|
||||
"outline-none": true,
|
||||
"import": true,
|
||||
"ids": true,
|
||||
"underscore-property-hack": true,
|
||||
"rules-count": false,
|
||||
"qualified-headings": true,
|
||||
"selector-max": false,
|
||||
"shorthand": true,
|
||||
"text-indent": true,
|
||||
"unique-headings": true,
|
||||
"universal-selector": false,
|
||||
"unqualified-attributes": true,
|
||||
"vendor-prefix": true,
|
||||
"zero-units": true
|
||||
}
|
Loading…
Reference in New Issue