-
Notifications
You must be signed in to change notification settings - Fork 322
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
Plato is listing LintErrors not found with ESLint #211
Comments
I'm using JSHint and had a similar issue (all files showed up with 1 linting error) which I found out was caused by having my .jshintrc extend another one. |
@matteozambon89 @unshame I've found better success with https://github.com/the-simian/es6-plato. |
@matteozambon89 @unshame yeah I fixed this on my fork a while back... I was experiencing the same issue. |
### REASON solve several eslint issues (es-analysis#166, es-analysis#211)
My
gulpfile.js
This my
.eslintrc.json
some of the files are shows with 1 lint error but I don't understand which error is since
ESLint
doesn't show anyThe text was updated successfully, but these errors were encountered: