Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 6, 2023
1 parent f170247 commit 352e0e6
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 639 deletions.
7 changes: 6 additions & 1 deletion __tests__/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "@readme/eslint-config/testing/vitest"
"extends": "@readme/eslint-config/testing/vitest",
"rules": {
// vitest currently allows for __dirname, require, etc.
// see https://github.com/vitest-dev/vitest/issues/2841
"unicorn/prefer-module": "off"
}
}
Loading

0 comments on commit 352e0e6

Please sign in to comment.