Skip to content

Commit 68208c9

Browse files
committed
ES6 support for JSHint
1 parent d31e7c1 commit 68208c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jshintrc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"boss": true,
33
"curly": true,
44
"eqnull": true,
5+
"esnext": true,
56
"evil": true,
67
"futurehostile": true,
78
"globals": {

0 commit comments

Comments
 (0)