Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
align with the other package .eslintrcs
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyone committed Mar 4, 2022
1 parent 7371a0f commit e6275c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"root": true,
"env": {
"es2021": true,
"node": true,
"mocha": true,
"jest": true
"node": true
},
"globals": {
"BUNDLE_VERSION": "readonly",
Expand Down
3 changes: 3 additions & 0 deletions packages/db/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["../../.eslintrc.package.json"]
}

0 comments on commit e6275c6

Please sign in to comment.