Skip to content

Commit

Permalink
fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobirukov authored and bradzacher committed Oct 2, 2019
1 parent 926cf64 commit 192e23d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/experimental-utils/src/ts-eslint/Rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ interface RuleMetaDataDocs {
* Concise description of the rule
*/
description: string;
/**
* Extra information linking the rule to a tslint rule
*/
extraDescription?: string[];
/**
* The recommendation level for the rule.
* Used by the build tools to generate the recommended config.
Expand Down

0 comments on commit 192e23d

Please sign in to comment.