Skip to content

Commit

Permalink
pkg: update lint rules to the latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 30, 2024
1 parent a950879 commit 34e47c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"es2022": true,
"es2024": true,
"node": true
},
"extends": "eslint:recommended",
Expand Down Expand Up @@ -35,7 +35,7 @@
}
],
"parserOptions": {
"ecmaVersion": 13,
"ecmaVersion": "latest",
"ecmaFeatures": {
"globalReturn": true
},
Expand Down

0 comments on commit 34e47c0

Please sign in to comment.