@oxlint/migrate 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json.mjs
CHANGED
|
@@ -355,6 +355,7 @@ const suspiciousRules = [
|
|
|
355
355
|
"unicorn/require-module-specifiers",
|
|
356
356
|
"unicorn/require-post-message-target-origin",
|
|
357
357
|
"vue/no-required-prop-with-default",
|
|
358
|
+
"vue/require-default-export",
|
|
358
359
|
"@typescript-eslint/no-useless-constructor",
|
|
359
360
|
"import-x/no-unassigned-import",
|
|
360
361
|
"import-x/no-empty-named-blocks",
|
|
@@ -432,6 +433,7 @@ const restrictionRules = [
|
|
|
432
433
|
"unicorn/prefer-node-protocol",
|
|
433
434
|
"unicorn/prefer-number-properties",
|
|
434
435
|
"vue/max-props",
|
|
436
|
+
"vue/no-import-compiler-macros",
|
|
435
437
|
"vue/no-multiple-slot-args",
|
|
436
438
|
"@typescript-eslint/class-methods-use-this",
|
|
437
439
|
"@typescript-eslint/no-restricted-imports",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxlint/migrate",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0",
|
|
4
4
|
"description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"jiti": "^2.4.2",
|
|
68
68
|
"lint-staged": "^16.1.2",
|
|
69
69
|
"next": "^15.5.0",
|
|
70
|
-
"oxlint": "^1.
|
|
70
|
+
"oxlint": "^1.22.0",
|
|
71
71
|
"oxlint-tsgolint": "^0.2.0",
|
|
72
72
|
"prettier": "^3.6.1",
|
|
73
73
|
"typescript": "^5.8.3",
|