rtk-ai/rtk

pnpm lint causing issue when ESLint isn't used

Open

#665 aperta il 17 mar 2026

Vedi su GitHub
 (4 commenti) (3 reazioni) (0 assegnatari)Rust (2914 fork)batch import
area:clibugeffort-smallfilter-qualitygood first issueneeds-reproductionpriority:medium

Metriche repository

Star
 (48.085 star)
Metriche merge PR
 (Merge medio 11g 1h) (45 PR mergiate in 30 g)

Descrizione

I have a project that uses pnpm and biome as linter. RTK seems to insist rewrite pnpm lint to rtk lint, which is then dependent on ESLint that I do not use. This causes the agent to get into a re-try loop. Despite several notes I provided in Agents.MD, the confusion seems big enough that the agents kept tripping over this. Sometimes it'd eventually figure out what to do.

Proof -

# Test RTK rewrite of pnpm lint
$ rtk rewrite "pnpm lint"
rtk lint

Guida contributor