Last active
August 17, 2016 23:43
-
-
Save asm-jaime/92d038c0c4acafcd9039e520e098aefa to your computer and use it in GitHub Desktop.
.tern-project vim for node.js development
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, | |
"defs": [ | |
"browser", | |
"ecma5", | |
"ecma6" | |
], | |
"dontLoad": [ | |
"node_modules/**" | |
], | |
"libs": [ | |
"browser", | |
"underscore", | |
"jquery", | |
"websocket" | |
], | |
"plugins": { | |
"node": true, | |
"doc_comment": {"fullDocs": true} | |
} | |
"loadEagerly": [ | |
"~/PROJECTS/javascript/js_quiz/**/*.js" | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment