Skip to content

Commit 614bb78

Browse files
tdevereuxgkatsev
authored andcommitted
feat: updating to ecmaVersion 2016 (#34)
1 parent f410f4a commit 614bb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module.exports = {
22
plugins: ['markdown', 'json-light', 'jsdoc'],
33
parserOptions: {
44
sourceType: 'module',
5-
impliedStrict: true
5+
impliedStrict: true,
6+
ecmaVersion: 2016
67
},
78
env: {
89
commonjs: true,
9-
es6: true,
1010
node: true
1111
},
1212
rules: {

0 commit comments

Comments
 (0)