Created
August 21, 2012 17:14
-
-
Save johnwbaxter/3417454 to your computer and use it in GitHub Desktop.
SublimeText SublimeLinter User settings. Paste here: Preferences->Package Settings->SublimeLinter->Settings - User
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
| { | |
| "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