Skip to content

Commit dadafe3

Browse files
authored
docs(oxlint, oxfmt): mention migrate skills in npm READMEs (#22965)
Adds the migration skills to the `oxlint` and `oxfmt` npm READMEs. - **oxlint**: install the [`migrate-oxlint`](https://skills.sh/oxc-project/oxc/migrate-oxlint) skill and run `/migrate-oxlint`, plus a [migrate from ESLint](https://oxc.rs/docs/guide/usage/linter/migrate-from-eslint.html) link. - **oxfmt**: install the [`migrate-oxfmt`](https://skills.sh/oxc-project/oxc/migrate-oxfmt) skill and run `/migrate-oxfmt`, plus a [migrate from Prettier](https://oxc.rs/docs/guide/usage/formatter/migrate-from-prettier.html) link. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent f88961a commit dadafe3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

npm/oxfmt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ Run
5656

5757
- `npx --yes oxfmt@latest` in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
5858
- `npx oxfmt@latest --help` for quick usage instructions.
59+
- `npx skills add https://github.com/oxc-project/oxc --skill migrate-oxfmt` to install the [`migrate-oxfmt`](https://skills.sh/oxc-project/oxc/migrate-oxfmt) skill, then run `/migrate-oxfmt` to migrate from Prettier or Biome.
60+
- See also [migrate from Prettier](https://oxc.rs/docs/guide/usage/formatter/migrate-from-prettier.html).

npm/oxlint/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ Run
5757
- `npx --yes oxlint@latest` in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
5858
- `npx oxlint@latest --help` for quick usage instructions.
5959
- `npx oxlint@latest --rules` for the list of rules.
60+
- `npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlint` to install the [`migrate-oxlint`](https://skills.sh/oxc-project/oxc/migrate-oxlint) skill, then run `/migrate-oxlint` to migrate from ESLint.
61+
- See also [migrate from ESLint](https://oxc.rs/docs/guide/usage/linter/migrate-from-eslint.html).

0 commit comments

Comments
 (0)