Skip to content
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

feat: CLI for quick scaffolding #277

Merged
merged 20 commits into from
Nov 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update
antfu committed Nov 10, 2023
commit 20fc29d8dedb6f026f83ba0a768385c90d62d22b
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -85,6 +85,16 @@ For example:
}
```

### Migration

We provided an experimental cli tool to help you migrate from the legacy config to the new flat config.

```bash
npx @antfu/eslint-config migrate
```

Before running the migration, make sure to commit your changes first.

## VS Code support (auto fix)

Install [VS Code ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)