Skip to content

Commit

Permalink
Merge pull request #15165 from hasezoey/eslintEcma
Browse files Browse the repository at this point in the history
Set ESLint ECMAScript version to `2022`
  • Loading branch information
vkarpov15 authored Jan 8, 2025
2 parents 7cac003 + 97adaac commit 81e1bbb
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 81e1bbb

Please sign in to comment.