Skip to content

Commit b3a147e

Browse files
committed
jshintrc: set "es5" mode to true
So that I can use reserved words as property names...
1 parent fedca41 commit b3a147e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"asi": true,
33
"laxcomma": true,
4+
"es5": true,
45
"node": true,
56
"strict": false
67
}

0 commit comments

Comments
 (0)