rtk-ai/rtk

pnpm lint causing issue when ESLint isn't used

Open

#665 opened on Mar 17, 2026

View on GitHub
 (4 comments) (3 reactions) (0 assignees)Rust (48,085 stars) (2,914 forks)batch import
bugeffort-smallfilter-qualitygood first issue

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

Contributor guide

pnpm lint causing issue when ESLint isn't used · rtk-ai/rtk#665 | Good First Issue