Skip to content

Commit c1112ad

Browse files
committed
Tabify jshintrc files.
1 parent 8b6b533 commit c1112ad

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

.jshintrc

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"curly": true,
3-
"eqeqeq": true,
4-
"immed": true,
5-
"latedef": true,
6-
"newcap": true,
7-
"noarg": true,
8-
"sub": true,
9-
"undef": true,
10-
"unused": true,
11-
"boss": true,
12-
"eqnull": true,
13-
"node": true,
14-
"es5": true
2+
"curly": true,
3+
"eqeqeq": true,
4+
"immed": true,
5+
"latedef": true,
6+
"newcap": true,
7+
"noarg": true,
8+
"sub": true,
9+
"undef": true,
10+
"unused": true,
11+
"boss": true,
12+
"eqnull": true,
13+
"node": true,
14+
"es5": true
1515
}

src/.jshintrc

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"curly": true,
3-
"eqeqeq": true,
4-
"immed": true,
5-
"latedef": true,
6-
"newcap": true,
7-
"noarg": true,
8-
"sub": true,
9-
"undef": true,
10-
"unused": false,
11-
"loopfunc": true,
12-
"boss": true,
13-
"eqnull": true,
14-
"browser": true,
15-
"predef": ["jQuery"]
2+
"curly": true,
3+
"eqeqeq": true,
4+
"immed": true,
5+
"latedef": true,
6+
"newcap": true,
7+
"noarg": true,
8+
"sub": true,
9+
"undef": true,
10+
"unused": false,
11+
"loopfunc": true,
12+
"boss": true,
13+
"eqnull": true,
14+
"browser": true,
15+
"predef": ["jQuery"]
1616
}

test/.jshintrc

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"curly": true,
3-
"eqeqeq": true,
4-
"immed": true,
5-
"latedef": true,
6-
"newcap": true,
7-
"noarg": true,
8-
"sub": true,
9-
"undef": true,
10-
"unused": true,
11-
"boss": true,
12-
"eqnull": true,
13-
"browser": true,
14-
"predef": [
15-
"jQuery",
16-
"QUnit",
17-
"module",
18-
"test",
19-
"asyncTest",
20-
"expect",
21-
"start",
22-
"stop",
23-
"ok",
24-
"equal",
25-
"notEqual",
26-
"deepEqual",
27-
"notDeepEqual",
28-
"strictEqual",
29-
"notStrictEqual",
30-
"throws"
31-
]
2+
"curly": true,
3+
"eqeqeq": true,
4+
"immed": true,
5+
"latedef": true,
6+
"newcap": true,
7+
"noarg": true,
8+
"sub": true,
9+
"undef": true,
10+
"unused": true,
11+
"boss": true,
12+
"eqnull": true,
13+
"browser": true,
14+
"predef": [
15+
"jQuery",
16+
"QUnit",
17+
"module",
18+
"test",
19+
"asyncTest",
20+
"expect",
21+
"start",
22+
"stop",
23+
"ok",
24+
"equal",
25+
"notEqual",
26+
"deepEqual",
27+
"notDeepEqual",
28+
"strictEqual",
29+
"notStrictEqual",
30+
"throws"
31+
]
3232
}

0 commit comments

Comments
 (0)