diff --git a/.eslintrc.js b/.eslintrc.js index 6f226162..dbe96195 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,7 +27,7 @@ module.exports = { parser: "@typescript-eslint/parser", project: resolve(__dirname, "./tsconfig.json"), tsconfigRootDir: __dirname, - ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features + ecmaVersion: 2022, // Allows for the parsing of modern ECMAScript features sourceType: "module", // Allows for the use of imports },