-
Notifications
You must be signed in to change notification settings - Fork 0
feat: support function-based staged config #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ Read this reference when the project uses the `lint-staged` binary, a lint-stage | |
| ## Steps | ||
|
|
||
| 1. Replace direct `lint-staged` script invocations with `rs staged`. | ||
| 2. Move a plain task map into `define.staged` in `rstack.config.*`. | ||
| 2. Move the lint-staged config into `define.staged` in `rstack.config.*`. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When this skill migrates a project that uses a JavaScript/function-based lint-staged config, this broadened step now tells it to move the whole config into Useful? React with 👍 / 👎. |
||
| 3. Remove the old manifest key or config file. | ||
| 4. Remove the direct `lint-staged` dependency only when no script, config, or programmatic API still uses it. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.