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

feat: show eslint warnings #368

Merged
merged 2 commits into from
Mar 15, 2021
Merged

feat: show eslint warnings #368

merged 2 commits into from
Mar 15, 2021

Commits on Mar 12, 2021

  1. feat: show eslint warnings

    This removes the `--quiet` flag from the ESLint invocation, and fixes
    the broken output where ESLint complains about us trying to lint
    dot-files and folders by un-ignoring their built-in ignore filters.
    
    We agree with ignoring node_modules in terms of linting however, so that
    is left in place.
    varl committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fb4972a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac6929 View commit details
    Browse the repository at this point in the history