Skip to content

Instantly share code, notes, and snippets.

@akirattii
Last active June 27, 2017 22:24
Show Gist options
  • Save akirattii/8c45ee0690e9766cc701d64cbdc7f350 to your computer and use it in GitHub Desktop.
Save akirattii/8c45ee0690e9766cc701d64cbdc7f350 to your computer and use it in GitHub Desktop.
ternjs project file for sublime text3 which gives availability of auto completion corresponding to export module pattern.
{
"libs": [
"browser",
"jquery"
],
"dontLoad": [
"node_modules/**",
"**/*/bundle.js",
"**/*/extlib/**"
],
"loadEagerly": [
"lib/**/*.js",
"public/javascripts/**/*.js"
],
"plugins": {
"commonjs": {
"baseURL": "./",
"paths": {}
}
}
}
// ref: https://github.com/ternjs/tern_for_sublime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment