Skip to content

Commit e92e360

Browse files
author
John Haley
committed
Add futurehostile to jshintrc and sort json file
1 parent 5e8f31b commit e92e360

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

.jshintrc

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
{
2-
"evil": true,
32
"boss": true,
4-
"immed": false,
3+
"curly": true,
54
"eqnull": true,
5+
"evil": true,
6+
"futurehostile": true,
7+
"globals": {
8+
"after": true,
9+
"afterEach": true,
10+
"before": true,
11+
"beforeEach": true,
12+
"define": true,
13+
"describe": true,
14+
"global": true,
15+
"it": true
16+
},
17+
"immed": false,
618
"maxlen": 80,
719
"node": true,
20+
"predef": [
21+
"-Promise"
22+
],
823
"proto": true,
9-
"curly": true,
1024
"quotmark": "double",
1125
"trailing": true,
12-
"unused": "vars",
1326
"undef": true,
14-
"validthis": true,
15-
"globals": {
16-
"global": true,
17-
"define": true,
18-
"it": true,
19-
"describe": true,
20-
"before": true,
21-
"beforeEach": true,
22-
"after": true,
23-
"afterEach": true
24-
},
25-
"predef": ["-Promise"]
27+
"unused": "vars",
28+
"validthis": true
2629
}

0 commit comments

Comments
 (0)