From 756c4b90bcc078a9fb99b6b1b71d7075fc3e0f5c Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:51:09 +1000 Subject: [PATCH] Fix desktop build. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },