Skip to content

Commit

Permalink
Chore/typescript 5.5 support (#25)
Browse files Browse the repository at this point in the history
* chore: add ts 5.5 support

* chore: version bump

* fix: update rules
  • Loading branch information
jkoenig134 authored Jun 25, 2024
1 parent be20b93 commit 247c64f
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 897 deletions.
2 changes: 1 addition & 1 deletion jest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"jest/no-export": "error",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/no-if": "error",
"jest/no-conditional-in-test": "error",
"jest/no-mocks-import": "error",
"jest/no-standalone-expect": "error",
"jest/no-test-prefixes": "error",
Expand Down
Loading

0 comments on commit 247c64f

Please # to comment.