Created
May 6, 2015 23:06
-
-
Save AurelioDeRosa/ba80d710ebf215f1a3e4 to your computer and use it in GitHub Desktop.
.csslintrc by Aurelio De Rosa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adjoining-classes": true, | |
"box-model": false, | |
"box-sizing": false, | |
"bulletproof-font-face": 2, | |
"compatible-vendor-prefixes": false, | |
"display-property-grouping": true, | |
"duplicate-background-images": 2, | |
"duplicate-properties": 2, | |
"empty-rules": 2, | |
"fallback-colors": 2, | |
"floats": true, | |
"font-faces": true, | |
"font-sizes": 2, | |
"gradients": false, | |
"ids": 2, | |
"import": 2, | |
"important": true, | |
"known-properties": true, | |
"outline-none": true, | |
"overqualified-elements": 2, | |
"qualified-headings": 2, | |
"regex-selectors": false, | |
"shorthand": 2, | |
"star-property-hack": false, | |
"text-indent": 2, | |
"underscore-property-hack": false, | |
"unique-headings": 2, | |
"universal-selector": true, | |
"unqualified-attributes": true, | |
"vendor-prefix": false, | |
"zero-units": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment