Skip to content

Instantly share code, notes, and snippets.

@avishaan
Created August 12, 2015 21:43
Show Gist options
  • Save avishaan/e0a9a10f3094d94aeca8 to your computer and use it in GitHub Desktop.
Save avishaan/e0a9a10f3094d94aeca8 to your computer and use it in GitHub Desktop.
TernJS MeteorJS general config file
{
"libs": [
"browser",
"jquery",
"underscore"
],
"loadEagerly": [
"*.js", "*/*.js", "*/*/*.js", "*/*/*/*.js"
],
"dontLoad": [
".meteor"
],
"plugins": {
"meteor": {}
}
}
@avishaan
Copy link
Author

if using vim, use with https://github.com/Slava/tern-meteor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment