Skip to content

Commit

Permalink
Add tern project settings for Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Jun 12, 2016
1 parent f528684 commit 56a44cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .tern-project
@@ -0,0 +1,25 @@
{
"ecmaVersion": 6,
"libs": [
"browser"
],
"loadEagerly": [
"src/*.js",
"test/**/*.js"
],
"dontLoad": [
"node_modules/**/*.js"
],
"plugins": {
"complete_strings": {},
"node": {},
"lint": {},
"angular": {},
"requirejs": {},
"modules": {},
"es_modules": {},
"doc_comment": {
"fullDocs": true
}
}
}

0 comments on commit 56a44cb

Please sign in to comment.