mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Part of #2020 - Add `@typescript-eslint` plugin rules - w/ refactoring - Fix compile errors to add other plugins - Remove not intended unsupported rule in `eslint` (Use #2117 for updating for a while?) |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
tasks/lint_rules
Task to update implementation progress for each linter plugin.
Usage:
$ cargo run <plugin_name> [--update]
Arguments:
plugin_name: Name of the target plugin
Options:
--update: Update GitHub issue comment
-h, --help: Show this message
Environment variables GITHUB_TOKEN is required when --update is specified.