Skip to content

Commit

Permalink
chore: bump ecmaVersion to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 30, 2022
1 parent b4b4c1d commit 85af1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'./rules/react',
].map(require.resolve),
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
Expand Down

0 comments on commit 85af1fe

Please sign in to comment.