forked from rmcauley/rainwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jshintrc
More file actions
53 lines (49 loc) · 1002 Bytes
/
Copy path.jshintrc
File metadata and controls
53 lines (49 loc) · 1002 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"globals": {
"console": true,
"ga": true,
"SITE_CONFIG": true,
"ADMIN": true,
"MOBILE": true,
"BOOTSTRAP": true,
"PLAYLIST_ITEM_HEIGHT": true,
"INITIALIZED": true,
"$id": true,
"$el": true,
"$l": true,
"$add_class": true,
"$remove_class": true,
"$toggle_class": true,
"$has_class": true,
"Schedule": true,
"Fx": true,
"Scrollbar": true,
"PlaylistLists": true,
"Requests": true,
"DetailView": true,
"Prefs": true,
"TimelineSong": true,
"Chart": true,
"Menu": true,
"RatingControl": true,
"ErrorHandler": true,
"Clock": true,
"SettingsWindow": true,
"R4Notify": true,
"API": true,
"R4Audio": true,
"DeepLinker": true,
"AboutWindow": true,
"FastClick": true,
"User": true,
"SongsTable": true
},
"browser": true,
"newcap": false,
"quotmark": true,
"jquery": true,
"loopfunc": true,
"undef": true,
"unused": "vars",
"strict": true
}