Created
July 12, 2016 17:40
-
-
Save takashi/ef6c4d6ea2e8a3405bc08aa5b2c2545e to your computer and use it in GitHub Desktop.
.tern-project
This file contains 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
{ | |
"libs": [ | |
"browser", | |
"ecma6" | |
], | |
"plugins": { | |
"doc_comment": {}, | |
"complete_strings": {}, | |
"es_modules": {}, | |
"node": {}, | |
"webpack": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment