Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
[dependabot skip]
  • Loading branch information
swissspidy committed May 16, 2024
1 parent f3d1c6b commit 085ff84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"jest/no-untyped-mock-factory": "off",
"jest/max-expects": "off",
"jest/prefer-expect-assertions": "off",
"jest/prefer-importing-jest-globals": "off",
"jest/prefer-inline-snapshots": "off",
"jest/prefer-lowercase-title": [
"error",
Expand Down Expand Up @@ -552,6 +553,7 @@
"jest/max-expects": "off",
"jest/no-hooks": "off",
"jest/prefer-expect-assertions": "off",
"jest/prefer-importing-jest-globals": "off",
"jest/prefer-inline-snapshots": "off",
"jest/prefer-lowercase-title": [
"error",
Expand Down

0 comments on commit 085ff84

Please sign in to comment.