Skip to content

Instantly share code, notes, and snippets.

@AurelioDeRosa
Created May 6, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AurelioDeRosa/ba80d710ebf215f1a3e4 to your computer and use it in GitHub Desktop.
Save AurelioDeRosa/ba80d710ebf215f1a3e4 to your computer and use it in GitHub Desktop.
.csslintrc by Aurelio De Rosa
{
"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