change eslint target version bc rhino sucks

This commit is contained in:
Gustavo 2025-10-24 21:35:11 +11:00
parent 3f8bc5c312
commit a1eb637538

View file

@ -13,7 +13,7 @@ export default defineConfig([
},
extends: ["js/recommended"],
languageOptions: { globals: globals.node, ecmaVersion: 2015 },
languageOptions: { globals: globals.node, ecmaVersion: 2020 },
rules: {
"no-undef": "off",
"no-unused-vars": "off",