pkg: update lint rules to the latest.
This commit is contained in:
parent
9fd8fa0500
commit
a3602b0572
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"env": {
|
||||
"es2022": true,
|
||||
"es2024": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13,
|
||||
"ecmaVersion": "latest",
|
||||
"ecmaFeatures": {
|
||||
"globalReturn": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue