Lock File Management Rules
Beginner
Always commit package-lock.json, use npm ci in CI environments, keep only one lock file per project, and understand when to update vs reinstall dependencies.
File Patterns
**/package.json**/package-lock.json**/.npmrc
This rule applies to files matching the patterns above.
Rule Content
FAQ
Discussion
Loading comments...