Skip to content

Commit 192e23d

Browse files
pablobirukovbradzacher
authored andcommitted
fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
1 parent 926cf64 commit 192e23d

File tree

1 file changed

+0
-4
lines changed
  • packages/experimental-utils/src/ts-eslint

1 file changed

+0
-4
lines changed

packages/experimental-utils/src/ts-eslint/Rule.ts

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ interface RuleMetaDataDocs {
1818
* Concise description of the rule
1919
*/
2020
description: string;
21-
/**
22-
* Extra information linking the rule to a tslint rule
23-
*/
24-
extraDescription?: string[];
2521
/**
2622
* The recommendation level for the rule.
2723
* Used by the build tools to generate the recommended config.

0 commit comments

Comments
 (0)