@oxlint/migrate 0.15.14 → 0.16.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.
@@ -1,4 +1,4 @@
1
- const version = "0.15.14";
1
+ const version = "0.16.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -6,6 +6,7 @@ const pedanticRules = [
6
6
  "max-classes-per-file",
7
7
  "max-depth",
8
8
  "max-lines",
9
+ "no-lonely-if",
9
10
  "no-object-constructor",
10
11
  "no-array-constructor",
11
12
  "no-case-declarations",
@@ -94,6 +95,7 @@ const nurseryRules = [
94
95
  "react-hooks/exhaustive-deps",
95
96
  "react/require-render-return",
96
97
  "@typescript-eslint/consistent-type-imports",
98
+ "@typescript-eslint/no-unnecessary-parameter-property-assignment",
97
99
  "import-x/export",
98
100
  "import-x/named"
99
101
  ];
@@ -550,6 +552,7 @@ const suspiciousRules = [
550
552
  "@typescript-eslint/no-unnecessary-type-constraint",
551
553
  "unicorn/consistent-function-scoping",
552
554
  "unicorn/prefer-add-event-listener",
555
+ "unicorn/require-post-message-target-origin",
553
556
  "@typescript-eslint/no-useless-constructor",
554
557
  "import-x/no-absolute-path",
555
558
  "import-x/no-duplicates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.15.14",
3
+ "version": "0.16.0",
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.14",
60
+ "oxlint": "^0.16.0",
61
61
  "prettier": "^3.5.1",
62
62
  "typescript": "^5.7.3",
63
63
  "typescript-eslint": "^8.24.0",