-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: remove redundant instruction from lint-staged config #1108
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.
According to lint-staged
documentation they will automatically add to git index since version 10, it's okay to upgrade.
I suggest we'd better to wait and see the latest version for a while.
I prefer to use a steady version now.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/docsify-core/docsify-preview/bteo8jt0e |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d9d3251:
|
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.
I've been using the new lint-staged for a while in my projects. It works very well. The author of that library is very responsive and fixes all issues immediately, and does a very good job with it.
This doesn't affect end users. I say let's merge it. It works well. I was bothered by the left-over modifications after each commit. |
Thanks @jamesgeorge007 ! |
Summary
Bump
lint-staged
dep. Sincev10
modified files are automatically added to thegit commit index
.What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
N/A
lib
directory.