Skip to content

Commit

Permalink
chore: add jest linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorales committed Jun 22, 2023
1 parent 2da47b7 commit 1a6693e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"release": "changeset publish"
},
"eslintConfig": {
"extends": "lukemorales/oss"
"extends": [
"lukemorales/oss",
"lukemorales/jest"
]
},
"peerDependencies": {
"@tanstack/query-core": ">= 4.0.0",
Expand Down

0 comments on commit 1a6693e

Please sign in to comment.