You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an API producer and consumer,
I want to declare and store eslint-plugin-crc report options in a configuration
In order to commit standards to version control.
Acceptance criteria
1. All eslint-plugin-crc (alias crc) command-line Options can be serialized as:
User story
As an API producer and consumer,
I want to declare and store
eslint-plugin-crc
report options in a configurationIn order to commit standards to version control.
Acceptance criteria
1. All
eslint-plugin-crc
(aliascrc
) command-line Options can be serialized as:1.1.
JSON
1.2.
YAML
1.3.
JavaScript
2.
crc/report-*
options can be stored within all ESLint Configuration file formats:2.1.
.eslintrc.js
2.2.
.eslintrc.yaml
2.3.
.eslintrc.yml
2.4.
.eslintrc.json
2.5.
package.json
4. {criterion-four}
⚡ Rule developers must use the
eslint:rule
subgenerator!The text was updated successfully, but these errors were encountered: