Skip to content

Instantly share code, notes, and snippets.

@keegoid
Last active December 23, 2019 04:23
Show Gist options
  • Save keegoid/3200d69d2106cb09e5366bea031836f3 to your computer and use it in GitHub Desktop.
Save keegoid/3200d69d2106cb09e5366bea031836f3 to your computer and use it in GitHub Desktop.
SublimeLinter user settings for Sublime Text 3
// SublimeLinter Settings - User
{
"linters": {
"jshint": {
"args": ["--config", "~/.config/sublime-text-3/Packages/User/.jshintrc"]
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment