Skip to content

Instantly share code, notes, and snippets.

@johnwbaxter
Created August 21, 2012 17:14
Show Gist options
  • Select an option

  • Save johnwbaxter/3417454 to your computer and use it in GitHub Desktop.

Select an option

Save johnwbaxter/3417454 to your computer and use it in GitHub Desktop.
SublimeText SublimeLinter User settings. Paste here: Preferences->Package Settings->SublimeLinter->Settings - User
{
"sublimelinter_mark_style": "fills",
"csslint_options":
{
"adjoining-classes": false,
"box-model": false,
"box-sizing": "warning",
"compatible-vendor-prefixes": "warning",
"display-property-grouping": true,
"duplicate-background-images": "warning",
"duplicate-properties": true,
"empty-rules": false,
"errors": true,
"fallback-colors": "warning",
"floats": false,
"font-faces": "warning",
"font-sizes": "warning",
"gradients": "warning",
"ids": false,
"import": false,
"important": false,
"known-properties": true,
"outline-none": "warning",
"overqualified-elements": "warning",
"qualified-headings": false,
"regex-selectors": "warning",
"rules-count": "warning",
"shorthand": "warning",
"star-property-hack": "warning",
"text-indent": "warning",
"underscore-property-hack": "warning",
"unique-headings": false,
"universal-selector": "warning",
"vendor-prefix": true,
"zero-units": "warning"
},
"sublimelinter_fill_outlines": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment