Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.56 KB

NEW_RULE.md

File metadata and controls

48 lines (30 loc) · 1.56 KB
name about title labels assignees
🚀 New rule proposal
Propose a new rule to be added to ESLint
triage, rule, feature

Please describe what the rule should do:

What new ECMAScript feature does this rule relate to?

What category of rule is this? (place an "X" next to just one item)

[ ] Warns about a potential error (problem) [ ] Suggests an alternate way of doing something (suggestion) [ ] Other (please specify:)

Provide 2-3 code examples that this rule will warn about:

Why should this rule be included in ESLint (instead of a plugin)?

Are you willing to submit a pull request to implement this rule?