forked from iNavFlight/blackbox-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
30 lines (28 loc) · 804 Bytes
/
.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
{
// Environment settings
"browser": true,
"typed": true,
"devel": true,
"globalstrict": true,
"globals": {
"$" : false,
"jQuery" : false,
"THREE" : false,
"Modernizr" : false,
"ArrayDataStream" : true,
"Craft2D" : true,
"Craft3D" : true,
"ExpoCurve" : true,
"FIFOCache" : true,
"FlightLog" : true,
"FlightLogEvent" : true,
"FlightLogGrapher" : true,
"FlightLogParser" : true,
"FlightLogFieldPresenter" : true,
"FlightLogIndex" : true,
"GraphConfig" : true,
"GraphLegend" : true,
"IMU" : true,
"SeekBar" : true
}
}