Skip to content

Commit ef0986b

Browse files
oxc-botBoshen
andauthored
release: v0.16.5 (#382)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Boshen <[email protected]>
1 parent 70df0a5 commit ef0986b

File tree

5 files changed

+44
-39
lines changed

5 files changed

+44
-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.16.4",
3+
"version": "0.16.5",
44
"description": "Turn off all rules already supported by oxlint",
55
"type": "module",
66
"types": "./dist/index.d.ts",
@@ -67,7 +67,7 @@
6767
"jiti": "^2.4.2",
6868
"lint-staged": "^15.2.10",
6969
"memfs": "^4.14.0",
70-
"oxlint": "^0.16.4",
70+
"oxlint": "^0.16.5",
7171
"prettier": "^3.3.3",
7272
"scule": "^1.3.0",
7373
"shelljs": "^0.9.0",

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/__snapshots__/configs.spec.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,9 @@ exports[`contains all the oxlint rules 1`] = `
13251325
"unicorn/no-abusive-eslint-disable": [
13261326
0,
13271327
],
1328+
"unicorn/no-accessor-recursion": [
1329+
0,
1330+
],
13281331
"unicorn/no-anonymous-default-export": [
13291332
0,
13301333
],

src/generated/rules-by-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ const suspiciousRules: Record<string, 'off'> = {
529529
'@typescript-eslint/no-extraneous-class': 'off',
530530
'@typescript-eslint/no-unnecessary-type-constraint': 'off',
531531
'unicorn/consistent-function-scoping': 'off',
532+
'unicorn/no-accessor-recursion': 'off',
532533
'unicorn/prefer-add-event-listener': 'off',
533534
'unicorn/require-post-message-target-origin': 'off',
534535
'@typescript-eslint/no-useless-constructor': 'off',

src/generated/rules-by-scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ const unicornRules: Record<string, 'off'> = {
430430
'unicorn/explicit-length-check': 'off',
431431
'unicorn/filename-case': 'off',
432432
'unicorn/new-for-builtins': 'off',
433+
'unicorn/no-accessor-recursion': 'off',
433434
'unicorn/no-invalid-fetch-options': 'off',
434435
'unicorn/no-abusive-eslint-disable': 'off',
435436
'unicorn/no-anonymous-default-export': 'off',

0 commit comments

Comments
 (0)