Skip to content

Commit 6fb5870

Browse files
oxc-botBoshen
andauthored
release: v0.15.15 (#352)
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 e661bac commit 6fb5870

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.15.14",
3+
"version": "0.15.15",
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.15.14",
70+
"oxlint": "^0.15.15",
7171
"prettier": "^3.3.3",
7272
"scule": "^1.3.0",
7373
"shelljs": "^0.8.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/__snapshots__/configs.spec.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,9 @@ exports[`contains all the oxlint rules 1`] = `
15531553
"unicorn/require-number-to-fixed-digits-argument": [
15541554
0,
15551555
],
1556+
"unicorn/require-post-message-target-origin": [
1557+
0,
1558+
],
15561559
"unicorn/switch-case-braces": [
15571560
0,
15581561
],

src/generated/rules-by-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ const suspiciousRules: Record<string, 'off'> = {
527527
'@typescript-eslint/no-unnecessary-type-constraint': 'off',
528528
'unicorn/consistent-function-scoping': 'off',
529529
'unicorn/prefer-add-event-listener': 'off',
530+
'unicorn/require-post-message-target-origin': 'off',
530531
'@typescript-eslint/no-useless-constructor': 'off',
531532
'vitest/no-commented-out-tests': 'off',
532533
};

src/generated/rules-by-scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ const unicornRules: Record<string, 'off'> = {
504504
'unicorn/prefer-string-trim-start-end': 'off',
505505
'unicorn/prefer-structured-clone': 'off',
506506
'unicorn/prefer-type-error': 'off',
507+
'unicorn/require-post-message-target-origin': 'off',
507508
'unicorn/require-array-join-separator': 'off',
508509
'unicorn/require-number-to-fixed-digits-argument': 'off',
509510
'unicorn/switch-case-braces': 'off',

0 commit comments

Comments
 (0)