Epic summary
As a software product delivery stakeholder,
I want a simple portrayal of the software that models my domain
In order to communicate with a common vocabulary based on community goals.
Acceptance criteria
⚡ Rule developers must use the eslint:rule subgenerator!
When you create a new rule, be sure to use the eslint:rule subgenerator, since it will
- Create a stubbed rule,
- The rule's stubbed BDD specs,
- As well as the rule's documentation.
See eslint-plugin development environment for details.
Epic summary
As a software product delivery stakeholder,
I want a simple portrayal of the software that models my domain
In order to communicate with a common vocabulary based on community goals.
Acceptance criteria
⚡ Rule developers must use the
eslint:rulesubgenerator!