We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926cf64 commit 192e23dCopy full SHA for 192e23d
1 file changed
packages/experimental-utils/src/ts-eslint/Rule.ts
@@ -18,10 +18,6 @@ interface RuleMetaDataDocs {
18
* Concise description of the rule
19
*/
20
description: string;
21
- /**
22
- * Extra information linking the rule to a tslint rule
23
- */
24
- extraDescription?: string[];
25
/**
26
* The recommendation level for the rule.
27
* Used by the build tools to generate the recommended config.
0 commit comments