Skip to content

Commit 0286e49

Browse files
authored
release: v1.30.0 (#561)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Boshen <[email protected]>
1 parent 0a54e7c commit 0286e49

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
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": "1.29.0",
3+
"version": "1.30.0",
44
"description": "Turn off all rules already supported by oxlint",
55
"type": "module",
66
"types": "./dist/index.d.ts",
@@ -69,7 +69,7 @@
6969
"jiti": "^2.4.2",
7070
"lint-staged": "^16.0.0",
7171
"memfs": "^4.14.0",
72-
"oxlint": "^1.29.0",
72+
"oxlint": "^1.30.0",
7373
"oxlint-tsgolint": "^0.1.5",
7474
"prettier": "^3.3.3",
7575
"scule": "^1.3.0",

pnpm-lock.yaml

Lines changed: 38 additions & 38 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
@@ -1648,6 +1648,9 @@ exports[`contains all the oxlint rules 1`] = `
16481648
"unicorn/prefer-at": [
16491649
0,
16501650
],
1651+
"unicorn/prefer-bigint-literals": [
1652+
0,
1653+
],
16511654
"unicorn/prefer-blob-reading-methods": [
16521655
0,
16531656
],

src/generated/rules-by-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const styleRules: Record<string, 'off'> = {
234234
'unicorn/numeric-separators-style': 'off',
235235
'unicorn/prefer-classlist-toggle': 'off',
236236
'unicorn/prefer-class-fields': 'off',
237+
'unicorn/prefer-bigint-literals': 'off',
237238
'unicorn/prefer-response-static-json': 'off',
238239
'unicorn/prefer-global-this': 'off',
239240
'unicorn/prefer-object-from-entries': 'off',

src/generated/rules-by-scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ const unicornRules: Record<string, 'off'> = {
520520
'unicorn/numeric-separators-style': 'off',
521521
'unicorn/prefer-classlist-toggle': 'off',
522522
'unicorn/prefer-class-fields': 'off',
523+
'unicorn/prefer-bigint-literals': 'off',
523524
'unicorn/prefer-response-static-json': 'off',
524525
'unicorn/prefer-top-level-await': 'off',
525526
'unicorn/prefer-at': 'off',

0 commit comments

Comments
 (0)