Last active
October 13, 2016 20:07
-
-
Save euoia/24b272aeeb7c27107b94 to your computer and use it in GitHub Desktop.
Basic ES6 Node.js .tern config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ecmaVersion": 6, | |
| "libs": [ | |
| ], | |
| "plugins": { | |
| "node": {} | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment