@oxlint/migrate 1.10.0 → 1.11.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 = "1.10.0";
1
+ const version = "1.11.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -299,6 +299,8 @@ const suspiciousRules = [
299
299
  "react/no-namespace",
300
300
  "react/react-in-jsx-scope",
301
301
  "react/style-prop-object",
302
+ "@typescript-eslint/no-misused-promises",
303
+ "@typescript-eslint/no-floating-promises",
302
304
  "@typescript-eslint/no-confusing-non-null-assertion",
303
305
  "@typescript-eslint/no-extraneous-class",
304
306
  "@typescript-eslint/no-unnecessary-type-constraint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -65,7 +65,7 @@
65
65
  "husky": "^9.1.7",
66
66
  "jiti": "^2.4.2",
67
67
  "lint-staged": "^16.1.2",
68
- "oxlint": "^1.10.0",
68
+ "oxlint": "^1.11.0",
69
69
  "prettier": "^3.6.1",
70
70
  "typescript": "^5.8.3",
71
71
  "typescript-eslint": "^8.35.0",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};