Skip to content

Commit

Permalink
feat(oxlint): bump oxlint rules (#57)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump oxlint from 0.2.16 to 0.2.17

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.2.16 to 0.2.17.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.2.17/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat(oxlint): bump oxlint rules

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent fbc6b69 commit 0d2f9e7
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 29 deletions.
6 changes: 6 additions & 0 deletions __snapshots__/rules.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ exports[`contains all the oxlint rules 1`] = `
"@typescript-eslint/ban-types": [
"off",
],
"@typescript-eslint/consistent-type-definitions": [
"off",
],
"@typescript-eslint/no-duplicate-enum-values": [
"off",
],
Expand Down Expand Up @@ -209,6 +212,9 @@ exports[`contains all the oxlint rules 1`] = `
"jest/prefer-expect-resolves": [
"off",
],
"jest/prefer-lowercase-title": [
"off",
],
"jest/prefer-mock-promise-shorthand": [
"off",
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-unicorn": "^52.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"oxlint": "^0.2.16",
"oxlint": "^0.2.17",
"prettier": "^3.2.4",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
Expand Down
56 changes: 28 additions & 28 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 @@ -91,6 +91,7 @@ const typescriptRules = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-tslint-comment": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-duplicate-enum-values": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down Expand Up @@ -137,6 +138,7 @@ const jestRules = {
"jest/prefer-comparison-matcher": "off",
"jest/prefer-equality-matcher": "off",
"jest/prefer-expect-resolves": "off",
"jest/prefer-lowercase-title": "off",
"jest/prefer-mock-promise-shorthand": "off",
"jest/prefer-spy-on": "off",
"jest/prefer-strict-equal": "off",
Expand Down
2 changes: 2 additions & 0 deletions rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const typescriptRules = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-tslint-comment": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-duplicate-enum-values": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down Expand Up @@ -137,6 +138,7 @@ const jestRules = {
"jest/prefer-comparison-matcher": "off",
"jest/prefer-equality-matcher": "off",
"jest/prefer-expect-resolves": "off",
"jest/prefer-lowercase-title": "off",
"jest/prefer-mock-promise-shorthand": "off",
"jest/prefer-spy-on": "off",
"jest/prefer-strict-equal": "off",
Expand Down

0 comments on commit 0d2f9e7

Please sign in to comment.