Skip to content

Commit acccc60

Browse files
committed
Add jshintrc
1 parent af8b11b commit acccc60

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.jshintrc

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"predef": {
3+
"console": true,
4+
"it": true,
5+
"describe": true,
6+
"beforeEach": true,
7+
"afterEach": true,
8+
"before": true,
9+
"after": true
10+
},
11+
"proto": true,
12+
"strict": true,
13+
"indent": 2,
14+
"camelcase": true,
15+
"node": true,
16+
"browser": false,
17+
"boss": true,
18+
"curly": true,
19+
"latedef": "nofunc",
20+
"debug": false,
21+
"devel": false,
22+
"eqeqeq": true,
23+
"evil": true,
24+
"forin": false,
25+
"immed": false,
26+
"laxbreak": false,
27+
"newcap": true,
28+
"noarg": true,
29+
"noempty": false,
30+
"quotmark": true,
31+
"nonew": false,
32+
"nomen": false,
33+
"onevar": false,
34+
"plusplus": false,
35+
"regexp": false,
36+
"undef": true,
37+
"unused": "vars",
38+
"sub": true,
39+
"trailing": true,
40+
"white": false,
41+
"eqnull": true
42+
}

0 commit comments

Comments
 (0)