eslint-plugin-array-plural
Version:
ESLint plugin to force usage of plural noun to name array variables
37 lines (18 loc) • 668 B
Markdown
Please describe the origin of the rule here.
This rule aims to...
Examples of **incorrect** code for this rule:
```js
// fill me in
```
Examples of **correct** code for this rule:
```js
// fill me in
```
If there are any options, describe them here. Otherwise, delete this section.
Give a short description of when it would be appropriate to turn off this rule.
If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.