diff --git a/.github/ISSUE_TEMPLATE/new-rule.yml b/.github/ISSUE_TEMPLATE/new-rule.yml index 9ef139fbb23..4c4463466ed 100644 --- a/.github/ISSUE_TEMPLATE/new-rule.yml +++ b/.github/ISSUE_TEMPLATE/new-rule.yml @@ -26,7 +26,6 @@ body: options: - Warns about a potential problem - Suggests an alternate way of doing something - - Enforces a formatting/stylistic preference validations: required: true - type: textarea diff --git a/templates/rule-proposal.md b/templates/rule-proposal.md index cc1b011361a..1e5d2a24fa3 100644 --- a/templates/rule-proposal.md +++ b/templates/rule-proposal.md @@ -6,7 +6,6 @@ [ ] Warns about a potential problem [ ] Suggests an alternate way of doing something -[ ] Enforces a formatting/stylistic preference **Please provide some example JavaScript code that this rule will warn about:**