Skip to content

Commit

Permalink
chore(deps): bump (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Oct 6, 2023
1 parent b8046fb commit 19a8358
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 19a8358

Please sign in to comment.