]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/shared/types.js
upgrade to v7.0.0
[pve-eslint.git] / eslint / lib / shared / types.js
index bf37327fa240ca98ebea013112401595efcdce01..bbd95d1b37862fd6af3d38610906b837cac80f0f 100644 (file)
@@ -141,3 +141,10 @@ module.exports = {};
  * @property {Record<string, Processor>} [processors] The definition of plugin processors.
  * @property {Record<string, Function | Rule>} [rules] The definition of plugin rules.
  */
+
+/**
+ * Information of deprecated rules.
+ * @typedef {Object} DeprecatedRuleInfo
+ * @property {string} ruleId The rule ID.
+ * @property {string[]} replacedBy The rule IDs that replace this deprecated rule.
+ */