Skip to content

Commit 314eb45

Browse files
authored
release: v1.21.0 (#208)
1 parent bcb769b commit 314eb45

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.20.0",
3+
"version": "1.21.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.20.0",
70+
"oxlint": "^1.21.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
@@ -359,6 +359,7 @@ export const suspiciousRules = [
359359
'unicorn/require-module-specifiers',
360360
'unicorn/require-post-message-target-origin',
361361
'vue/no-required-prop-with-default',
362+
'vue/require-default-export',
362363
'@typescript-eslint/no-useless-constructor',
363364
'import-x/no-unassigned-import',
364365
'import-x/no-empty-named-blocks',
@@ -437,6 +438,7 @@ export const restrictionRules = [
437438
'unicorn/prefer-node-protocol',
438439
'unicorn/prefer-number-properties',
439440
'vue/max-props',
441+
'vue/no-import-compiler-macros',
440442
'vue/no-multiple-slot-args',
441443
'@typescript-eslint/class-methods-use-this',
442444
'@typescript-eslint/no-restricted-imports',

0 commit comments

Comments
 (0)