Skip to content

Commit

Permalink
Tweak ESLint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 15, 2023
1 parent dc16e8a commit 28257dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"extends": "mgol",

"env": {
"node": true
"node": true,
"es2022": true
}
}
8 changes: 7 additions & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"root": true,

"extends": "mgol",

"env": {
"mocha": true
"mocha": true,
"node": true,
"es2022": true
}
}

0 comments on commit 28257dd

Please sign in to comment.