Skip to content

Commit 63fa54f

Browse files
oxc-botBoshen
andauthored
release: v0.9.6 (#159)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Boshen <Boshen@users.noreply.github.com>
1 parent 63366b5 commit 63fa54f

File tree

4 files changed

+41
-39
lines changed

4 files changed

+41
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-oxlint",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "Turn off all rules already supported by oxlint",
55
"type": "module",
66
"packageManager": "pnpm@9.9.0",
@@ -68,7 +68,7 @@
6868
"husky": "^9.0.11",
6969
"lint-staged": "^15.2.5",
7070
"memfs": "^4.9.2",
71-
"oxlint": "^0.9.5",
71+
"oxlint": "^0.9.6",
7272
"prettier": "^3.3.1",
7373
"shelljs": "^0.8.5",
7474
"typescript": "^5.4.5",

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rules-by-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ const pendingRules = {
401401
'no-fallthrough': 'off',
402402
'no-magic-numbers': 'off',
403403
'no-nonoctal-decimal-escape': 'off',
404+
'no-plusplus': 'off',
404405
'sort-keys': 'off',
405406
'sort-vars': 'off',
406407
'jsx-a11y/tabindex-no-positive': 'off',

src/rules-by-scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const eslintRules = {
6565
'no-new-wrappers': 'off',
6666
'no-nonoctal-decimal-escape': 'off',
6767
'no-obj-calls': 'off',
68+
'no-plusplus': 'off',
6869
'no-proto': 'off',
6970
'no-prototype-builtins': 'off',
7071
'no-redeclare': 'off',

0 commit comments

Comments
 (0)