Skip to content

Commit d9ab78a

Browse files
committed
set ecmaVersionto 2016 instead of 7
1 parent 3fd6393 commit d9ab78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
es6: true
1010
},
1111
parserOptions: {
12-
ecmaVersion: 7,
12+
ecmaVersion: 2016,
1313
sourceType: 'module'
1414
},
1515
rules: {

0 commit comments

Comments
 (0)