Skip to content

Instantly share code, notes, and snippets.

@gordallott
Created November 24, 2012 17:45
Show Gist options
  • Save gordallott/4140656 to your computer and use it in GitHub Desktop.
Save gordallott/4140656 to your computer and use it in GitHub Desktop.
{
"sublimelinter_mark_style": "none",
"sublimelinter_gutter_marks": true,
"sublimelinter_popup_errors_on_save": true,
"jshint_options":
{
// To fix column positions for JSHint errors you may want to add `"indent": 1` to your
// **User** "jshint_options". This issue affects users with tabs for indentation.
// This fix was reverted due to a conflict with using the `"white": true` option.
// "indent": 1,
"evil": true,
"curly": true,
"latedef": true,
"noempty": false,
"undef": true,
"unused": true,
"trailing": false,
"asi": true,
"es5": true,
"laxcomma": true, // real useful
"regexdash": true,
"devel": true,
"jquery": true,
"node": true,
"sub": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment