File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ module.exports = {};
136136
137137/**
138138 * @typedef {Object } RuleMetaDocs
139- * @property {string } category The category of the rule.
140139 * @property {string } description The description of the rule.
141140 * @property {boolean } recommended If `true` then the rule is included in `eslint:recommended` preset.
142141 * @property {string } url The URL of the rule documentation.
@@ -147,6 +146,7 @@ module.exports = {};
147146 * @property {boolean } [deprecated] If `true` then the rule has been deprecated.
148147 * @property {RuleMetaDocs } docs The document information of the rule.
149148 * @property {"code"|"whitespace" } [fixable] The autofix type.
149+ * @property {boolean } [hasSuggestions] If `true` then the rule provides suggestions.
150150 * @property {Record<string,string> } [messages] The messages the rule reports.
151151 * @property {string[] } [replacedBy] The IDs of the alternative rules.
152152 * @property {Array|Object } schema The option schema of the rule.
You can’t perform that action at this time.
0 commit comments