]> git.proxmox.com Git - pve-eslint.git/blame - eslint/templates/rule-proposal.md
build: add missing dh-nodejs to build-dependencies
[pve-eslint.git] / eslint / templates / rule-proposal.md
CommitLineData
eb39fafa
DC
1**Please describe what the rule should do:**
2
34eeec05 3**What category of rule is this (place an "X" next to just one item)?**
eb39fafa
DC
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)?**