Skip to content

Commit fe44715

Browse files
authored
Upgrade ESLint ecmaVersion to 2017 (#8590)
1 parent a75082f commit fe44715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
'unused-imports'
3232
],
3333
'parserOptions': {
34-
'ecmaVersion': 2015,
34+
'ecmaVersion': 2017,
3535
'sourceType': 'module'
3636
},
3737
'overrides': [

0 commit comments

Comments
 (0)