Skip to content

Commit

Permalink
feat: upgrade to eslint 8 and es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 2, 2023
1 parent 1b0dfe8 commit b185856
Show file tree
Hide file tree
Showing 3 changed files with 3,728 additions and 1,277 deletions.
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 = {
].map(require.resolve),

parserOptions: {
ecmaVersion: 2018,
ecmaVersion: 2022,
sourceType: 'module',
},

Expand Down
Loading

0 comments on commit b185856

Please sign in to comment.