Created
April 17, 2018 08:28
-
-
Save jonleopard/c2b1842bb374c1aeb28a8c536f476e29 to your computer and use it in GitHub Desktop.
Tern-1
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
{ | |
"ecmaVersion": 6, | |
"libs": [ | |
"browser" | |
], | |
"loadEagerly": [ | |
"path/to/your/js/**/*.js" | |
], | |
"dontLoad": [ | |
"node_modules/**", | |
"path/to/your/js/**/*.js" | |
], | |
"plugins": { | |
"es_modules": {}, | |
"node": {}, | |
"doc_comment": { | |
"fullDocs": true, | |
"strong": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment