Skip to content

Commit

Permalink
chore(deps-dev): bump oxlint from 0.2.8 to 0.2.13 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent e95f35b commit abf4e74
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 27 deletions.
6 changes: 6 additions & 0 deletions __snapshots__/rules.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ exports[`contains all the oxlint rules 1`] = `
"jest/prefer-equality-matcher": [
"off",
],
"jest/prefer-strict-equal": [
"off",
],
"jest/prefer-to-have-length": [
"off",
],
"jest/prefer-todo": [
"off",
],
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rules.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ const jestRules = {
"jest/no-test-return-statement": "off",
"jest/prefer-called-with": "off",
"jest/prefer-equality-matcher": "off",
"jest/prefer-strict-equal": "off",
"jest/prefer-to-have-length": "off",
"jest/prefer-todo": "off",
"jest/require-to-throw-message": "off",
"jest/valid-describe-callback": "off",
Expand Down
2 changes: 2 additions & 0 deletions rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ const jestRules = {
"jest/no-test-return-statement": "off",
"jest/prefer-called-with": "off",
"jest/prefer-equality-matcher": "off",
"jest/prefer-strict-equal": "off",
"jest/prefer-to-have-length": "off",
"jest/prefer-todo": "off",
"jest/require-to-throw-message": "off",
"jest/valid-describe-callback": "off",
Expand Down

0 comments on commit abf4e74

Please sign in to comment.