find_magic_numbers
Detect numeric literals used directly in code excluding 0 and 1, helping identify magic numbers that should be named constants in your JavaScript/TypeScript project.
Instructions
Magic numbers (heuristic): numeric literals that are not 0/1 outside named constants (config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |