Skip to content

Commit da0bf52

Browse files
committed
better jshint
1 parent aa57241 commit da0bf52

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

.jshintrc

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
{
2-
"predef": [
3-
"-Promise",
4-
"require"
5-
],
2+
"node": true,
3+
"boss": true,
4+
"curly": true,
5+
"debug": false,
6+
"devel": true,
7+
"eqeqeq": true,
8+
"evil": true,
9+
"forin": false,
10+
"immed": false,
11+
"laxbreak": false,
12+
"newcap": true,
13+
"noarg": true,
14+
"noempty": false,
15+
"nonew": false,
16+
"nomen": false,
17+
"onevar": false,
18+
"plusplus": false,
19+
"regexp": false,
20+
"undef": true,
21+
"sub": true,
22+
"strict": false,
23+
"white": false,
24+
"eqnull": true,
625
"esnext": true,
726
"unused": true
827
}

0 commit comments

Comments
 (0)