Skip to content

Commit

Permalink
chore(eslintrc): set "ecmaVersion: 2022"
Browse files Browse the repository at this point in the history
to support syntax of the nodejs version we target
  • Loading branch information
hasezoey committed Jan 8, 2025
1 parent 03343ad commit 97adaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
// 'markdown'
],
parserOptions: {
ecmaVersion: 2020
ecmaVersion: 2022
},
env: {
node: true,
Expand Down

0 comments on commit 97adaac

Please sign in to comment.