Enhancement: [triple-slash-reference] support a new option named never
#11196
Labels
awaiting response
Issues waiting for a reply from the OP or another party
enhancement: plugin rule option
New rule option for an existing eslint-plugin rule
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Before You File a Proposal Please Confirm You Have Done The Following...
My proposal is suitable for this project
Link to the rule's documentation
https://typescript-eslint.io/rules/triple-slash-reference/
Description
Current option is an object. I would like to see this rule accept a string option -
never
.nevert
option will totally disallow triple slash, including/// <amd-module />
and/// <reference no-default-lib="true"/>
Fail
Pass
Additional Info
No response
The text was updated successfully, but these errors were encountered: