Commit 462f803
fix(catalog): add eslint catalog entry to enable upgrade prompts
ESLint was missing from the catalog, causing guide.sh to skip it during
upgrade prompts. The script only processes tools with catalog entries
(line 236: if catalog_has_tool).
Added eslint.json with:
- npm_global install method
- guide section for upgrade prompts
- order: 300 (formatters/linters group)
This fixes the issue where "make outdated" shows eslint as outdated
but "make upgrade" doesn't prompt for it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e18d7cb commit 462f803
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments