-
Notifications
You must be signed in to change notification settings - Fork 4
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
possible to show no-undef ? #11
Comments
@leviwheatcroft thank you for mentioning this. Yes, this is right place and it's on my roadmap. I can't promise you a deadline, but I'll keep you updated ;). |
@leviwheatcroft hey, this notification is just for keeping you updated with progress. I've started and implemented 'proof of concept'. Remaining part is to do refactoring and extend README. It also requires some time because I would like to test that rule in my current project, so probably it will be merged in 1 week. You can test it as well right now by adding explicit dependency in package.json:
BTW, now it looks not very good because it marks the whole template as an error, so it might be tricky to find not defined variable in big template. |
nice! I'll take a look |
@leviwheatcroft hey, I've just published 0.2 version which supports this rule. If you have not tried it yet, then now just increase version number in your package.json ;). Please, re-open this issue if that update does not resolve your concern. |
awesome. thanks. love your work mate. |
Not really sure if this is possible or if this is the right module, but it would be super helpful if eslint could show undefined variables used in the pug template.
The text was updated successfully, but these errors were encountered: