ast-grep-cli-tool
v0.1.0
Published
CLI tool for managing and running ast-grep rules
Downloads
151
Maintainers
Readme
AST Grep Rules
Collection of AST-based linting rules for TypeScript codebases using ast-grep.
Available Rules
| File | ID | Severity | Description |
| ----------------- | ----------- | -------- | ------------------------------------------- |
| impl-todo.yml | impl-todo | warning | Detects TODO, FIXME, HACK, and XXX comments |
| no-mock.yml | no-mock | warning | Detects usage of MOCK-related identifiers |
| no-tsignore.yml | no-tsignore | warning | Detects usage of @ts-ignore comments |
