Skip to content

Commit 6336333

Browse files
committed
infra(eslint): bump to ecma 9
1 parent 55a793b commit 6336333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
},
77
parserOptions: {
88
sourceType: 'module',
9-
ecmaVersion: 8
9+
ecmaVersion: 9
1010
},
1111
extends: 'google',
1212
rules: {

0 commit comments

Comments
 (0)