rtk-ai/rtk

pnpm lint causing issue when ESLint isn't used

Open

#665 ouverte le 17 mars 2026

Voir sur GitHub
 (4 commentaires) (3 réactions) (0 assignés)Rust (2 914 forks)batch import
area:clibugeffort-smallfilter-qualitygood first issueneeds-reproductionpriority:medium

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

Description

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

Guide contributeur