Skip to content

Instantly share code, notes, and snippets.

@franckXu
Forked from ahmedelgabri/.tern-config
Created August 11, 2018 19:23
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 franckXu/5a32648843a1c2458b2e13adb33ac603 to your computer and use it in GitHub Desktop.
Save franckXu/5a32648843a1c2458b2e13adb33ac603 to your computer and use it in GitHub Desktop.
{
"ecmaVersion": 6,
"libs": [
"ecma5",
"ecma6",
"browser"
],
"loadEagerly": [],
"async": true,
"plugins": {
"doc_comment": {
"fullDocs": true
},
"complete_strings": {},
"es_modules": {},
"modules": {},
"node": {},
"commonjs": {},
"node_resolve":{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment