es2025
This commit is contained in:
parent
747fd8dd45
commit
ec01eea92e
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ export default [
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
{
|
{
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
ecmaVersion: 2024,
|
ecmaVersion: 2025,
|
||||||
globals: {
|
globals: {
|
||||||
...globals.node,
|
...globals.node,
|
||||||
...globals.es2024,
|
...globals.es2025,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue