change eslint target version bc rhino sucks
This commit is contained in:
parent
3f8bc5c312
commit
a1eb637538
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue