Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created October 10, 2017 01:24
Show Gist options
  • Save henriquegogo/e867befbf920d891527a8173bc591e98 to your computer and use it in GitHub Desktop.
Save henriquegogo/e867befbf920d891527a8173bc591e98 to your computer and use it in GitHub Desktop.
Tern project config with react and node
{
"ecmaVersion": 6,
"libs": [
"browser",
"react"
],
"plugins": {
"node": {},
"jsx": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment