oxc/tasks/lint_rules
Yuji Sugiura 71173a9181
feat(tasks): Add @typescript-eslint to lint_rules CI task (#2134)
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?)
2024-01-23 12:29:55 +08:00
..
src feat(tasks): Add @typescript-eslint to lint_rules CI task (#2134) 2024-01-23 12:29:55 +08:00
Cargo.toml feat/tasks: expose linter RULES and use it for listing (#2083) 2024-01-19 16:45:00 +08:00
README.md feat(tasks): Implement lint_rules --update (#2113) 2024-01-22 13:44:41 +08:00

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.