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