Skip to content

Commit

Permalink
Use 'latest' for ecmaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 2, 2021
1 parent 9d9eae9 commit 66bc17e
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 @@ -2,7 +2,7 @@

module.exports = {
parserOptions: {
ecmaVersion: 2021,
ecmaVersion: 'latest',
sourceType: 'module',
ecmaFeatures: {
jsx: true
Expand Down

0 comments on commit 66bc17e

Please sign in to comment.