Skip to content

Commit b1dad43

Browse files
committed
Normalize .jshintrc.
1 parent c60712d commit b1dad43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.jshintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bitwise": true,
3-
"browser" : true,
3+
"browser": true,
44
"camelcase": true,
55
"curly": true,
66
"eqeqeq": true,
@@ -9,10 +9,10 @@
99
"latedef": true,
1010
"maxerr": 50,
1111
"noarg": true,
12-
"node" : true,
12+
"node": true,
1313
"noempty": true,
14-
"quotmark": "single",
1514
"plusplus": false,
15+
"quotmark": "single",
1616
"regexp": true,
1717
"strict": false,
1818
"trailing": true,

0 commit comments

Comments
 (0)