diff --git a/.eslintrc.js b/.eslintrc.js index b7323d07..3cdc94b5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,7 @@ module.exports = { __: true, }, parserOptions: { - ecmaVersion: 2017, + ecmaVersion: 2023, sourceType: 'module', ecmaFeatures: { jsx: true,