forked from new-xkit/XKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
27 lines (27 loc) · 790 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
{
"forin" : false,
"browser" : false,
"devel" : false,
"jquery" : true,
"nonstandard" : true,
"laxbreak" : true,
"lastsemic" : true,
"indent" : 1,
"globals": {
"console" : true,
"document" : true,
"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
}
}