eslint-plugin-codeceptjs icon indicating copy to clipboard operation
eslint-plugin-codeceptjs copied to clipboard

Looking for rule ideas! 💡

Open poenneby opened this issue 7 years ago • 9 comments

This plugin is extremely simple as it currently only defines the globals in CodeceptJS. Here are some ideas of rules:

  • ~~prefer_page_objects - Prevent the use of I within Scenario~~ ✅
  • missing_feature - Scenarios without Feature function call
  • missing_generator - Use of yield within a Scenario while missing generator function * declaration

Feel free to suggest others!

poenneby avatar Dec 18 '16 21:12 poenneby