Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
When opening an issue from the website, if only one TSESLint rule is enabled, it could use that rule's name instead of[rule name here]
. For example, starting from this playground:https://typescript-eslint.io/play/#ts=4.7.1-rc&sourceType=module&code=DYUwLgBAbghsCuIBcECCAndMCeAeAzmOgJYB2A5gHwDcQA&rules=N4IgAgLgngDgpgZwMYCcCWMIFpEBs0B2EA9AIYoqlRbTwgBcIcFA9iiAL5A&tsConfig=N4XyA
- Right now theReport Issue button populates the form with the title:
Bug: [rule name here] <short description of the issue>
- Instead, since only
@typescript-eslint/array-type
is enabled, it could populate with the title:Bug: [array-type] <short description of the issue>