-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
package: utilsIssues related to the @typescript-eslint/utils packageIssues related to the @typescript-eslint/utils packagetriageWaiting for team members to take a lookWaiting for team members to take a look
Description
-
I have tried restarting my IDE and the issue persists.N/A - I have updated to the latest version of the packages.
- I have read the FAQ and my problem is not listed.
Repro
Going off the code snippet here: #4124 (comment)
The recommended RuleCreator
adds a requirement to provide a urlCreator: (ruleName: string) => string
parameter. However, when writing rules that don't have a dedicated docs page -such as local one-of rules with eslint-plugin-local-rules, there should not be a url
attached.
Can we make that urlCreator
optional so that the docs
doesn't attach a url
if not needed?
Versions
package | version |
---|---|
@typescript-eslint/experimental-utils |
5.3.1 |
TypeScript |
N/A |
node |
N/A |
Metadata
Metadata
Assignees
Labels
package: utilsIssues related to the @typescript-eslint/utils packageIssues related to the @typescript-eslint/utils packagetriageWaiting for team members to take a lookWaiting for team members to take a look