Skip to content

Instantly share code, notes, and snippets.

@jonleopard
Created April 17, 2018 08:28
Show Gist options
  • Save jonleopard/c2b1842bb374c1aeb28a8c536f476e29 to your computer and use it in GitHub Desktop.
Save jonleopard/c2b1842bb374c1aeb28a8c536f476e29 to your computer and use it in GitHub Desktop.
Tern-1
{
"ecmaVersion": 6,
"libs": [
"browser"
],
"loadEagerly": [
"path/to/your/js/**/*.js"
],
"dontLoad": [
"node_modules/**",
"path/to/your/js/**/*.js"
],
"plugins": {
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment