@oxlint/migrate 0.15.14 → 0.15.15
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
|
@@ -94,6 +94,7 @@ const nurseryRules = [
|
|
|
94
94
|
"react-hooks/exhaustive-deps",
|
|
95
95
|
"react/require-render-return",
|
|
96
96
|
"@typescript-eslint/consistent-type-imports",
|
|
97
|
+
"@typescript-eslint/no-unnecessary-parameter-property-assignment",
|
|
97
98
|
"import-x/export",
|
|
98
99
|
"import-x/named"
|
|
99
100
|
];
|
|
@@ -550,6 +551,7 @@ const suspiciousRules = [
|
|
|
550
551
|
"@typescript-eslint/no-unnecessary-type-constraint",
|
|
551
552
|
"unicorn/consistent-function-scoping",
|
|
552
553
|
"unicorn/prefer-add-event-listener",
|
|
554
|
+
"unicorn/require-post-message-target-origin",
|
|
553
555
|
"@typescript-eslint/no-useless-constructor",
|
|
554
556
|
"import-x/no-absolute-path",
|
|
555
557
|
"import-x/no-duplicates",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxlint/migrate",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.15",
|
|
4
4
|
"description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
58
58
|
"husky": "^9.1.7",
|
|
59
59
|
"lint-staged": "^15.4.3",
|
|
60
|
-
"oxlint": "^0.15.
|
|
60
|
+
"oxlint": "^0.15.15",
|
|
61
61
|
"prettier": "^3.5.1",
|
|
62
62
|
"typescript": "^5.7.3",
|
|
63
63
|
"typescript-eslint": "^8.24.0",
|