Skip to content

Instantly share code, notes, and snippets.

@snj33v
Last active January 25, 2018 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snj33v/d35e2c4379ff4903ca341e04643ba6df to your computer and use it in GitHub Desktop.
Save snj33v/d35e2c4379ff4903ca341e04643ba6df to your computer and use it in GitHub Desktop.
tern-project config for most of js projects
{
"ecmaVersion": 6,
"libs": [
"browser",
"ecmascript"
],
"plugins": {
"es_modules": {},
"node": {},
"webpack": {},
"doc_comment": {
"fullDocs": true,
"strong": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment