forked from SickChill/sickchill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
37 lines (37 loc) · 759 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
31
32
33
34
35
36
37
{
"bitwise": true,
"browser": true,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"indent": 4,
"jquery": true,
"latedef": true,
"maxerr": 100,
"maxlen": 1000,
"mocha": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"undef": true,
"unused": true,
"node": true,
"predef": {
"chai": true,
"mocha": true,
"srRoot": true,
"themeSpinner": true,
"metaToBool": true,
"getMeta": true,
"isMeta": true,
"topImageHtml": true,
"generateBlackWhiteList": true,
"_": true,
"PNotify": true,
"anonURL": true,
"window": true
}
}