@oxlint/migrate 0.16.5 → 0.16.7

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.16.5";
1
+ const version = "0.16.7";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -124,6 +124,7 @@ const styleRules = [
124
124
  "yoda",
125
125
  "import/exports-last",
126
126
  "import/first",
127
+ "import/group-exports",
127
128
  "import/no-anonymous-default-export",
128
129
  "import/no-mutable-exports",
129
130
  "import/no-named-default",
@@ -228,6 +229,7 @@ const styleRules = [
228
229
  "@typescript-eslint/no-magic-numbers",
229
230
  "import-x/exports-last",
230
231
  "import-x/first",
232
+ "import-x/group-exports",
231
233
  "import-x/no-anonymous-default-export",
232
234
  "import-x/no-mutable-exports",
233
235
  "import-x/no-named-default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.16.5",
3
+ "version": "0.16.7",
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": "^58.0.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^15.4.3",
60
- "oxlint": "^0.16.5",
60
+ "oxlint": "^0.16.7",
61
61
  "prettier": "^3.5.1",
62
62
  "typescript": "^5.7.3",
63
63
  "typescript-eslint": "^8.24.0",