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

Lint staged files on pre-commit hook #3906

Merged
merged 3 commits into from
Jan 19, 2019
Merged

Lint staged files on pre-commit hook #3906

merged 3 commits into from
Jan 19, 2019

Commits on Jan 19, 2019

  1. Run remark for committing markdown files

    Because we may not notice the lint errors until our CI occurs them.
    ybiquitous committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f2f6020 View commit details
    Browse the repository at this point in the history
  2. Run eslint on pre-commit

    ybiquitous committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    edd4a48 View commit details
    Browse the repository at this point in the history
  3. Append --fix option on pre-commit eslint

    Co-Authored-By: ybiquitous <473530+ybiquitous@users.noreply.github.com>
    hudochenkov and ybiquitous committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    548b225 View commit details
    Browse the repository at this point in the history