We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn start
eslint src
I found this after working on #21 PR. There are different results spit out when running yarn start to what spits out running eslint src
Some errors are not reported with yarn start and then people may forget to run eslint src separately, finally getting a surprise when they make a PR
The text was updated successfully, but these errors were encountered:
We should use the eslint-loader in Webpack to report these ESLint errors via Webpack as well.
eslint-loader
Sorry, something went wrong.
let's see if we can make that work without ejecting the webpack config first. I can look into it
not applicable anymore
alex-wilmer
No branches or pull requests
I found this after working on #21 PR. There are different results spit out when running
yarn start
to what spits out runningeslint src
Some errors are not reported with
yarn start
and then people may forget to runeslint src
separately, finally getting a surprise when they make a PRThe text was updated successfully, but these errors were encountered: