Open matteozambon89 opened 7 years ago
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. It seems like plato doesn't support linting config extending since the rules from the parent config weren't being applied to the code. Or maybe it can't find the parent config since it has a different working directory.
@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.
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 any