forked from Tylian/XKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jshintrc
28 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
{
"forin" : false,
"quotmark" : false,
"laxcomma" : true,
"sub" : true,
"browser" : true,
"devel" : true,
"jquery" : true,
"nonstandard" : true,
"-W002" : true,
"-W009" : true,
"-W010" : true,
"globals": {
"jQuery" : true,
"$" : true,
"XKit" : true,
"Tumblr" : true,
"GM_flushStorage" : true,
"GM_deleteAllValues" : true,
"GM_getValue" : true,
"GM_deleteValue" : true,
"GM_setValue" : true,
"GM_log" : true,
"GM_openInTab" : true,
"GM_listValues" : true,
"GM_xmlhttpRequest" : true
}
}