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

Remove linter dependency after cleaning up existing issues. #30

Merged
merged 2 commits into from Mar 19, 2020
Commits on Mar 19, 2020
  1. Fix lint warnings

    fmarier committed Mar 19, 2020
  2. Remove non-essential dev dependency

    fmarier committed Mar 19, 2020
    The `standard` module has a ton of dependencies and enforcing
    a coding style for this rarely-modified repo doesn't seem worth
    the extra dependency (and resulting `npm audit` failures).
    
    Developers can continue to run the linter locally as appropriate.
You can’t perform that action at this time.