Skip to content

Instantly share code, notes, and snippets.

@neonsamurai
Created November 17, 2014 19:23
Show Gist options
  • Save neonsamurai/713a5ad3fd5b655ee713 to your computer and use it in GitHub Desktop.
Save neonsamurai/713a5ad3fd5b655ee713 to your computer and use it in GitHub Desktop.
Tern project file for Meteor projects.
{
"libs": [
"browser",
"jquery",
"underscore"
],
"loadEagerly": [ "*.js", "*/*.js", "*/*/*.js", "*/*/*/*.js" ],
"dontLoad": [ ".meteor" ],
"plugins": {
"meteor": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment