You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: File a RFC for a new rule for the plugin, and debate on it with the community. After the RFC is accepted, you can open a PR to add the rule.
3
+
title: "[RFC]: plugin:rule-name"
4
+
labels: ["📏 eslint-plugin", "⭐ enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
# 🌟 New Rule Proposal for eslint-plugin
10
+
Thank you for taking the time to propose a new rule for the plugin.
11
+
- type: textarea
12
+
id: why
13
+
attributes:
14
+
label: "Why?"
15
+
description: Please provide a detailed explanation about why this rule should be added.
16
+
placeholder: "e.g., This rule helps in ensuring code quality by..."
17
+
validations:
18
+
required: true
19
+
- type: input
20
+
id: rule-url
21
+
attributes:
22
+
label: "Rule Documentation 📜"
23
+
description: If there's documentation for this rule, please provide the link.
0 commit comments