]> git.proxmox.com Git - pve-eslint.git/blob - eslint/templates/rule-change-proposal.md
bump version to 8.41.0-3
[pve-eslint.git] / eslint / templates / rule-change-proposal.md
1 **What rule do you want to change?**
2
3 **What change do you want to make (place an "X" next to just one item)?**
4
5 [ ] Generate more warnings
6 [ ] Generate fewer warnings
7 [ ] Implement autofix
8 [ ] Implement suggestions
9
10 **How will the change be implemented (place an "X" next to just one item)?**
11
12 [ ] A new option
13 [ ] A new default behavior
14 [ ] Other
15
16 **Please provide some example code that this change will affect:**
17
18 ```js
19 <!-- example code here -->
20 ```
21
22 **What does the rule currently do for this code?**
23
24 **What will the rule do after it's changed?**