]> git.proxmox.com Git - pve-eslint.git/blob - eslint/templates/rule-change-proposal.md
first commit
[pve-eslint.git] / eslint / templates / rule-change-proposal.md
1 **What rule do you want to change?**
2
3
4 **Does this change cause the rule to produce more or fewer warnings?**
5
6
7 **How will the change be implemented? (New option, new default behavior, etc.)?**
8
9
10 **Please provide some example code that this change will affect:**
11
12 ```js
13 <!-- example code here -->
14 ```
15
16 **What does the rule currently do for this code?**
17
18
19 **What will the rule do after it's changed?**
20