-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jshintrc
45 lines (45 loc) · 1.05 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
{
"esversion": 9,
"globals": {
"$": false,
"PubSub": false,
"Store": false,
"activate_state": false,
"bootstrap": false,
"console": false,
"detailLayers": true,
"district_filter": true,
"document": false,
"echarts": false,
"eventTopics": true,
"mapEvent": false,
"fetch": false,
"fetchGetJson": false,
"getLanguage": false,
"get_layer_id": false,
"get_static_state": false,
"layerInputClass": true,
"logMessage": false,
"map": false,
"turn_on_layer": false,
"turn_off_layer": false,
"maplibregl": false,
"requestAnimationFrame": false,
"setTimeout": false,
"clearTimeout": false,
"state_filter": true,
"store": true,
"store_cold_init": false,
"store_hot_init": false,
"map_store": false,
"deactivateChoropleth": false,
"window": false,
"subscribeToEvents": false,
"createChart": false,
"clearChart": false,
"hidePotentialLayers": false,
"URLSearchParams": false,
"preResultCharts": false
},
"strict": "implied"
}