Skip to content
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

Update docs according to lint-staged v10 #8394

Merged
merged 1 commit into from Jan 31, 2020
Merged

Commits on Jan 29, 2020

  1. Update doc according to lint-staged v10

    According to lint-staged v10 changelog (https://github.com/okonet/lint-staged#v10):
    
    > From `v10.0.0` onwards any new modifications to originally staged files will be automatically added to the commit. If your task previously contained a `git add` step, please remove this. The automatic behaviour ensures there are less race-conditions, since trying to run multiple git operations at the same time usually results in an error.
    
    There's no need to specify `git add` on the config anymore. So it should be removed from the doc as well.
    lukyth committed Jan 29, 2020
    Copy the full SHA
    6ba8d10 View commit details
    Browse the repository at this point in the history