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

Make (automatic) linting work with newer node versions #31

Closed
wants to merge 1 commit into from
Closed

Make (automatic) linting work with newer node versions #31

wants to merge 1 commit into from

Commits on Jun 29, 2019

  1. fix(linting): make (automatic) linting work with newer node versions

    Update dependencies related to the (automatic) linting,
    which cause problems when used with newer node versions.
    Without this, making a commit using for example node 11
    is currently impossible.
    
    Specifically, the following issues affect this project
    with its previous dependency versions:
    
    - typicode/please-upgrade-node#9
      (transitive dependency through `lint-staged`)
    - conventional-changelog/commitlint#476
    JulianKniephoff committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    2633129 View commit details
    Browse the repository at this point in the history