forked from BotBotMe/botbot-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
50 lines (48 loc) · 864 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"predef": [
"jasmine",
"spyOn",
"it",
"beforeEach",
"describe",
"expect",
"$",
"jQuery",
"Backbone",
"Handlebars",
"EventSource",
"moment",
"jstz",
"_",
"_gaq",
"mixpanel",
"$$",
"ohrl",
"log",
"console"
],
"node" : true,
"browser" : true,
"boss" : false,
"curly": false,
"debug": false,
"devel": false,
"eqeqeq": true,
"expr": true,
"evil": false,
"forin": false,
"immed": true,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": false,
"nomen": false,
"onevar": true,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": true
}