Skip to content

Commit

Permalink
fix: use jest-testing-library ESLint config (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 1, 2022
1 parent 86cc53d commit 0e2dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
extends: [
"@remix-run/eslint-config",
"@remix-run/eslint-config/node",
"@remix-run/eslint-config/jest",
"@remix-run/eslint-config/jest-testing-library",
"prettier",
],
// we're using vitest which has a very similar API to jest
Expand Down

0 comments on commit 0e2dddb

Please sign in to comment.