forked from Dash-Industry-Forum/dash.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.jshintrc
More file actions
32 lines (32 loc) · 637 Bytes
/
.jshintrc
File metadata and controls
32 lines (32 loc) · 637 Bytes
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
{
"esnext": true,
"noarg": true,
"latedef": "nofunc",
"undef": true,
"unused": true,
"strict": false,
"node": true,
"jquery" : true,
"devel" : true,
"browser": true,
"loopfunc" : true,
"predef" : [
"it",
"describe",
"beforeEach",
"afterEach",
"kendo",
"utils",
"MediaPlayer",
"Dash",
"WebKitMediaSource",
"MediaSource",
"WebKitMediaKeys",
"MSMediaKeys",
"MediaKeys",
"Caster",
"TextTrackCue",
"HTMLMediaElement",
"MediaError",
"cea608parser"]
}