Skip to content

Commit

Permalink
feat(utils): remove obsolete meta.docs.suggestion rule type (#5967)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Removes `meta.docs.suggestion` property
  • Loading branch information
bmish authored and bradzacher committed Nov 23, 2022
1 parent a8e71d5 commit f424b2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/utils/src/ts-eslint/Rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ interface RuleMetaDataDocs {
* The URL of the rule's docs
*/
url?: string;
/**
* Specifies whether the rule can return suggestions.
*/
suggestion?: boolean;
/**
* Does the rule require us to create a full TypeScript Program in order for it
* to type-check code. This is only used for documentation purposes.
Expand Down

0 comments on commit f424b2a

Please sign in to comment.