Skip to content

Commit 2272658

Browse files
oxc-botBoshen
andauthored
release: v0.16.2 (#363)
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 8a2909c commit 2272658

File tree

4 files changed

+40
-42
lines changed

4 files changed

+40
-42
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.1",
3+
"version": "0.16.2",
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.1",
70+
"oxlint": "^0.16.2",
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/build-from-oxlint-config/__snapshots__/categories.spec.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ exports[`handleCategoriesScope > custom plugins, default categories > customPlug
6767
"no-with": "off",
6868
"require-yield": "off",
6969
"unicorn/no-await-in-promise-methods": "off",
70-
"unicorn/no-document-cookie": "off",
7170
"unicorn/no-empty-file": "off",
7271
"unicorn/no-invalid-fetch-options": "off",
7372
"unicorn/no-invalid-remove-event-listener": "off",
@@ -162,7 +161,6 @@ exports[`handleCategoriesScope > default plugins (react, unicorn, typescript), d
162161
"react/void-dom-elements-no-children": "off",
163162
"require-yield": "off",
164163
"unicorn/no-await-in-promise-methods": "off",
165-
"unicorn/no-document-cookie": "off",
166164
"unicorn/no-empty-file": "off",
167165
"unicorn/no-invalid-fetch-options": "off",
168166
"unicorn/no-invalid-remove-event-listener": "off",

src/generated/rules-by-category.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ const restrictionRules: Record<string, 'off'> = {
306306
'unicorn/no-anonymous-default-export': 'off',
307307
'unicorn/no-array-for-each': 'off',
308308
'unicorn/no-array-reduce': 'off',
309+
'unicorn/no-document-cookie': 'off',
309310
'unicorn/no-length-as-slice-end': 'off',
310311
'unicorn/no-magic-array-flat-depth': 'off',
311312
'unicorn/no-nested-ternary': 'off',
@@ -466,7 +467,6 @@ const correctnessRules: Record<string, 'off'> = {
466467
'@typescript-eslint/triple-slash-reference': 'off',
467468
'unicorn/no-invalid-fetch-options': 'off',
468469
'unicorn/no-await-in-promise-methods': 'off',
469-
'unicorn/no-document-cookie': 'off',
470470
'unicorn/no-empty-file': 'off',
471471
'unicorn/no-invalid-remove-event-listener': 'off',
472472
'unicorn/no-new-array': 'off',

0 commit comments

Comments
 (0)