forked from NatLibFi/Skosmos
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.jshintrc
51 lines (51 loc) · 1.26 KB
/
.jshintrc
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"undef": true,
"unused": true,
"globals": {
"all_vocabs": false,
"autocomplete_activation": false,
"base_url": false,
"expand": false,
"loadPage": false,
"Bloodhound": false,
"Handlebars": false,
"noResultsTranslation": false,
"lscache": false,
"getTreeConfiguration": false,
"invokeParentTree": false,
"invokeGroupTree": false,
"hiertrans": false,
"content_lang": false,
"lang": false,
"loading_text": false,
"rest_base_url": false,
"vocab": false,
"path_fix": false,
"parts": true,
"results": false,
"results_disp": false,
"readCookie": false,
"createCookie": false,
"getUrlParams": false,
"updateTopbarLang": false,
"updateContent": false,
"updateTitle": false,
"updateSidebar": false,
"setLangCookie": false,
"loadLimitations": false,
"debounce": false,
"URI": false,
"n_selected": false,
"updateClangButtons": false,
"shortenProperties": false,
"hideCrumbs": false,
"combineStatistics": false,
"countAndSetOffset": false,
"loadLimitedResults": false,
"naturalCompare": false,
"waypoint_results": false
},
"browser" : true,
"jquery" : true,
"nonstandard" : true
}