-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage .npmrc #1413
Manage .npmrc #1413
Conversation
🦋 Changeset detectedLatest commit: 8e83c8e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Git isn't picking up that refreshIgnoreFiles.test.ts was a rename - can see the changes in the first commit though. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇 code looks great, I think there's just one small niggle to cover off
Co-authored-by: Ryan Ling <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speaking of not committing all files - autofix will skip changes to npmrc (AUTOFIX_IGNORE_FILES
), need to fix that (in a safe way)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks wonderful, thank you 🚀
Resolves #1286
Alternative take / revival of #1305 after the new linting system is in
Should this be major? Might it break CI?