]> git.proxmox.com Git - pve-eslint.git/blob - eslint/templates/rule-proposal.md
import 8.4.0 source
[pve-eslint.git] / eslint / templates / rule-proposal.md
1 **Please describe what the rule should do:**
2
3 **What category of rule is this (place an "X" next to just one item)?**
4
5 [ ] Enforces code style
6 [ ] Warns about a potential error
7 [ ] Suggests an alternate way of doing something
8 [ ] Other (please specify:)
9
10 **Provide 2-3 code examples that this rule will warn about:**
11
12 ```js
13 <!-- put your code examples here -->
14 ```
15
16 **Why should this rule be included in ESLint (instead of a plugin)?**