Original Reddit post

I’m pretty new to claude code, and I’ve just started looking into setting up CLAUDE.md . After running /init , it created a CLAUDE.md file. However, under the “Commands” section I noticed that it specifies npx eslint instead of npm run lint which is how I generally run my linter as specified under the scripts section in my package.json . I always thought it would be best to use npm run lint or npm run jest since npx grabs the latest version (which I’m not on) and also has to download the dependency each time and run it. Any thoughts? submitted by /u/StickyStapler

Originally posted by u/StickyStapler on r/ClaudeCode