Skip to content

Commit

Permalink
fix(config): update ecma version
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 2, 2020
1 parent 4035001 commit ff59feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
],
parser: '@babel/eslint-parser',
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 2021,
sourceType: 'module',
},
plugins: [
Expand Down

0 comments on commit ff59feb

Please sign in to comment.