Skip to content

Commit 51f8071

Browse files
authored
Merge pull request #360 from sanemat/chore/update-jshint-es-version
chore(jshint): use highest es version in jshint
2 parents 0b92137 + cf24f23 commit 51f8071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"node": true,
33
"browser": true,
4-
"esnext": true,
4+
"esversion": 11,
55
"bitwise": true,
66
"camelcase": true,
77
"curly": true,

0 commit comments

Comments
 (0)