Skip to content

Commit

Permalink
chore: add vitest lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Jan 19, 2024
1 parent fbf05e3 commit 9f12aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@readme/eslint-config/testing/jest"
"extends": ["@readme/eslint-config/testing/jest", "@readme/eslint-config/testing/vitest"]
}

0 comments on commit 9f12aa4

Please sign in to comment.