diff --git a/.eslintrc.js b/.eslintrc.js index b4d7d1652d..a2bfcaa8ee 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -104,7 +104,7 @@ module.exports = { // 'markdown' ], parserOptions: { - ecmaVersion: 2020 + ecmaVersion: 2022 }, env: { node: true,