Skip to content

Commit f0845b0

Browse files
authored
release: v1.23.0 (#213)
Co-authored-by: Boshen <[email protected]>
1 parent c509f22 commit f0845b0

File tree

3 files changed

+41
-39
lines changed

3 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": "@oxlint/migrate",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
55
"type": "module",
66
"bin": {
@@ -67,7 +67,7 @@
6767
"jiti": "^2.4.2",
6868
"lint-staged": "^16.1.2",
6969
"next": "^15.5.0",
70-
"oxlint": "^1.22.0",
70+
"oxlint": "^1.23.0",
7171
"oxlint-tsgolint": "^0.2.0",
7272
"prettier": "^3.6.1",
7373
"typescript": "^5.8.3",

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/generated/rules.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ export const restrictionRules = [
402402
'jsdoc/check-access',
403403
'jsdoc/empty-tags',
404404
'jsx-a11y/anchor-ambiguous-text',
405+
'node/no-process-env',
405406
'node/no-new-require',
406407
'promise/catch-or-return',
407408
'promise/spec-only',
@@ -410,6 +411,7 @@ export const restrictionRules = [
410411
'react/jsx-filename-extension',
411412
'react/no-danger',
412413
'react/no-unknown-property',
414+
'react/only-export-components',
413415
'@typescript-eslint/explicit-module-boundary-types',
414416
'@typescript-eslint/explicit-function-return-type',
415417
'@typescript-eslint/no-dynamic-delete',

0 commit comments

Comments
 (0)