Skip to content

Instantly share code, notes, and snippets.

@euoia
Last active October 13, 2016 20:07
Show Gist options
  • Select an option

  • Save euoia/24b272aeeb7c27107b94 to your computer and use it in GitHub Desktop.

Select an option

Save euoia/24b272aeeb7c27107b94 to your computer and use it in GitHub Desktop.
Basic ES6 Node.js .tern config
{
"ecmaVersion": 6,
"libs": [
],
"plugins": {
"node": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment