diff options
Diffstat (limited to 'shellenv/.tern-config')
-rw-r--r-- | shellenv/.tern-config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/shellenv/.tern-config b/shellenv/.tern-config new file mode 100644 index 0000000..9285a9d --- /dev/null +++ b/shellenv/.tern-config @@ -0,0 +1,25 @@ +{ + "ecmaVersion": 6, + "libs": [ + "browser" + + ], + "loadEagerly": [ + + ], + "dontLoad": [ + "node_modules/**" + + ], + "plugins": { + "es_modules": {}, + "node": {}, + "doc_comment": { + "fullDocs": true, + "strong": true + + } + + } + +} |