aboutsummaryrefslogtreecommitdiff
path: root/shellenv/.tern-config
blob: 9285a9d6a439d6133bc5febb0c664b08d0ef2b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "ecmaVersion": 6,
          "libs": [
              "browser"
                
          ],
          "loadEagerly": [
                
          ],
          "dontLoad": [
              "node_modules/**"
                    
          ],
          "plugins": {
              "es_modules": {},
              "node": {},
              "doc_comment": {
              "fullDocs": true,
              "strong": true
                                  
                  }
                    
          }

}