Created
January 24, 2016 14:13
-
-
Save waynelkh/f67619061e8c5774e5ee to your computer and use it in GitHub Desktop.
vim tern settings
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": [], | |
"loadEagerly": [ | |
"src/js/**/*.js", | |
"src/js/**/*.jsx" | |
], | |
"dontLoad": [ | |
"node_modules/**" | |
], | |
"plugins": { | |
"complete_strings": {}, | |
"node": {}, | |
"requirejs": {}, | |
"modules": {}, | |
"es_modules": {}, | |
"doc_comment": { | |
"fullDocs": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment