-
Notifications
You must be signed in to change notification settings - Fork 238
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
No ESLint configuration found. #183
Comments
It’s a regression caused by updating The issue is discussed over here: adametry/gulp-eslint#186 I’m going to investigate 🏃 |
@SBoudrias I fixed the issue regarding the code base of generator-generator by tweaking the But I can’t fix the issue in the generated Any chance to release generator-node v2 anytime soon? @GaryB432 You can fix that in your generated generator by replacing:
with:
in the generated |
Thanks.. we're making some progress.. Now my template js is violating |
@GaryB432 Try setting |
I’m going to fix that now that we have generator-node v2.0.0 |
Looking forward to studying that commit so I can learn about the dependency on generator-node. Generators are cool. 💪 |
I generated my generator and added a single file
karma-conf.js
right afterdummyfile.txt
. Now when I runnpm test
I get the error mentioned in the subject. A Typescript developer, I indeed do not have any ESLint configurations anywhere on my computer. Does the generator-generator generate a generator with like a peer dependency on that? Or what might I be doing wrong?test/app.js
generators/app/index.js
versions
Thanks for checking!
The text was updated successfully, but these errors were encountered: