]> git.proxmox.com Git - pve-eslint.git/blame - eslint/templates/rule-proposal.md
import 8.41.0 source
[pve-eslint.git] / eslint / templates / rule-proposal.md
CommitLineData
f2a92ac6
DC
1**What should the new rule do?**
2
3**What new ECMAScript feature does this rule relate to? Note that we only accept new core rules related to new ECMAScript features.**
eb39fafa 4
34eeec05 5**What category of rule is this (place an "X" next to just one item)?**
eb39fafa 6
f2a92ac6 7[ ] Warns about a potential problem
eb39fafa 8[ ] Suggests an alternate way of doing something
f2a92ac6 9[ ] Enforces a formatting/stylistic preference
eb39fafa 10
f2a92ac6 11**Please provide some example JavaScript code that this rule will warn about:**
eb39fafa
DC
12
13```js
14<!-- put your code examples here -->
15```
16
17**Why should this rule be included in ESLint (instead of a plugin)?**