Skip to content

Commit

Permalink
release: v0.9.6 (#159)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: Boshen <[email protected]>
  • Loading branch information
oxc-bot and Boshen authored Sep 18, 2024
1 parent 63366b5 commit 63fa54f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-oxlint",
"version": "0.9.5",
"version": "0.9.6",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -68,7 +68,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"memfs": "^4.9.2",
"oxlint": "^0.9.5",
"oxlint": "^0.9.6",
"prettier": "^3.3.1",
"shelljs": "^0.8.5",
"typescript": "^5.4.5",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/rules-by-category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const pendingRules = {
'no-fallthrough': 'off',
'no-magic-numbers': 'off',
'no-nonoctal-decimal-escape': 'off',
'no-plusplus': 'off',
'sort-keys': 'off',
'sort-vars': 'off',
'jsx-a11y/tabindex-no-positive': 'off',
Expand Down
1 change: 1 addition & 0 deletions src/rules-by-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const eslintRules = {
'no-new-wrappers': 'off',
'no-nonoctal-decimal-escape': 'off',
'no-obj-calls': 'off',
'no-plusplus': 'off',
'no-proto': 'off',
'no-prototype-builtins': 'off',
'no-redeclare': 'off',
Expand Down

0 comments on commit 63fa54f

Please sign in to comment.