Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Last active August 29, 2015 14:17
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 gaspanik/22c7820ae1ba099ce764 to your computer and use it in GitHub Desktop.
Save gaspanik/22c7820ae1ba099ce764 to your computer and use it in GitHub Desktop.
.tern-project
{
"libs": [ "browser", "jquery" ],
"loadEagerly": [ "*.js", "*/*.js", "*/*/*.js", "*/*/*/*.js" ],
"dontLoad": [ "node_modules" ],
"plugins": {
"complete_strings": {},
"node": {},
"node-express": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment