protractor-styleguide
protractor-styleguide copied to clipboard
Enforcing style guide rules
I've recently started to work on eslint-plugin-protractor
ESLint plugin designed to catch common Protractor-specific errors/violations statically.
Two things:
- if it makes sense, consider mentioning the plugin in the guide
- what rules, aside from the already implemented, would you like to have in
eslint-plugin-protractor
?
Thank you!
+1 I'll definitely give your plugin a spin, I need a plugin like this especially for enforcing no browser.sleep(...)
in our code base.
I think it is beneficial for the guide to recommend the use of linters, I don't think any more than just recommending it is useful though.
@alecxe I like the idea very much. Would definitely like to have something like that. I'll have a look and ping u once I did. It might take a while though, due to time issues, but you will hear from me :)
@KrauseStefan @CarmenPopoviciu thank you for the support!