Skip to content

Commit

Permalink
Update Ternjs project config
Browse files Browse the repository at this point in the history
  • Loading branch information
edloidas committed Oct 11, 2015
1 parent 3cd9af1 commit 7340614
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .tern-project
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"ecmaVersion": 6,
"libs": [
"browser"
"browser",
"jquery"
],
"loadEagerly": [
"/base/**/*.js"
"**.js"
],
"plugins": {
"complete_strings": {},
"node": {},
"lint": {},
"requirejs": {},
"requirejs": {
"baseURL": "./",
"paths": {}
},
"es_modules": {},
"doc_comment": {
"fullDocs": true
Expand Down

0 comments on commit 7340614

Please sign in to comment.