Skip to content

Commit

Permalink
Fix desktop build.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Sep 27, 2024
1 parent f1d6339 commit 756c4b9
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 @@ -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
},

Expand Down

0 comments on commit 756c4b9

Please # to comment.