eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

chore: don't generate `package-lock.json` #41

Closed mdjermanovic closed 3 weeks ago

mdjermanovic commented 3 weeks ago

Prerequisites checklist

What is the purpose of this pull request?

Prevents generating package-lock.json files.

What changes did you make? (Give an overview)

Added a .npmrc file with package-lock = false, like in other projects.

Related Issues

No, but when trying to locally reproduce CI failures that https://github.com/eslint/rewrite/pull/40 will fix, I couldn't reproduce it until I realized that I had a package-lock.json file with eslint v9.3.0 from previous installs, so it seems better not to have this file.

Is there anything you'd like reviewers to focus on?