Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdbecf2

Browse files
committed
Merge pull request airbnb#833 from bae-unidev/master
jshint: 'esnext' option has been deprecated
2 parents 8c63dd9 + bf8677d commit bdbecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linters/.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": true,
1515

1616
// Allow ES6.
17-
"esnext": true,
17+
"esversion": 6,
1818

1919
/*
2020
* ENFORCING OPTIONS

0 commit comments

Comments
 (0)