Skip to content

Commit d6dd655

Browse files
Update the eslint configuration with the latest ecma version
Signed-off-by: Alexandre Bonneau <[email protected]>
1 parent 42efe4d commit d6dd655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
parser : 'babel-eslint',
66
parserOptions: {
77
sourceType: 'module',
8+
ecmaVersion: 2017,
89
},
910
env : {
1011
es6 : true,

0 commit comments

Comments
 (0)