Skip to content

Commit bf63ebf

Browse files
committed
Update JShintRC
1 parent 2e4502c commit bf63ebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jshintrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"node": true,
33
"browser": true,
4+
"es5": true,
45
"esnext": true,
56
"bitwise": true,
67
"camelcase": true,
@@ -15,7 +16,9 @@
1516
"regexp": true,
1617
"undef": true,
1718
"unused": false,
19+
"loopfunc": true,
1820
"trailing": false,
21+
"smarttabs": false,
1922
"sub": true,
2023
"globals": {
2124
"define": true,

0 commit comments

Comments
 (0)