Skip to content

Instantly share code, notes, and snippets.

@incompl
Created March 9, 2013 20:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incompl/5125551 to your computer and use it in GitHub Desktop.
Save incompl/5125551 to your computer and use it in GitHub Desktop.
my SublimeLinter settings
{
"sublimelinter_disable": ["css"],
"sublimelinter_mark_style": "fill",
// http://www.jshint.com/options/
"jshint_options": {
"evil": true,
"browser": true,
"trailing": true,
"sub": true,
"bitwise": true,
"immed": true,
"newcap": true,
"nonew": true,
"quotmark": true,
"undef": true,
"unused": true,
"maxcomplexity": 10,
"proto": true
}
}
<dict>
<key>name</key>
<string>SublimeLinter Error Outline</string>
<key>scope</key>
<string>sublimelinter.outline.illegal</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#500</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment