-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: added linting for pnpm-lock file quotes #2301
Conversation
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.
Is this supposed to enable reviewing the lockfile on github? because that's still not possible.
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.
Looks like there is still a linting issue
…s-ts into ps/chore/linting-pnpm-lock
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.
Nice
Coverage Report:
Changed Files:
|
This reverts commit 8a6106c.
Adds linting to our
pnpm-lock.yaml
to allow for consistent quotes which enables reviewing of the dependency changes in the lock file.Examples of these changes here and here.