Skip to content

Instantly share code, notes, and snippets.

@palamago
Created October 18, 2012 18:17
Show Gist options
  • Save palamago/3913887 to your computer and use it in GitHub Desktop.
Save palamago/3913887 to your computer and use it in GitHub Desktop.
Config for Sublime Linter
{
"sublimelinter_fill_outlines": false,
"sublimelinter_gutter_marks": false,
"sublimelinter_wrap_find": false,
"sublimelinter_popup_errors_on_save": false,
"jshint_options":
{
"sub": true,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"plusplus": true,
"regexp": true,
"noempty": true,
"sub": true,
"undef": false,
"trailing": true,
"eqnull": true,
"browser": true,
"node": true,
"indent": 2,
"onevar": true,
"white": true,
"strict": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment