@oxlint/plugins 1.59.0 → 1.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3849,11 +3849,10 @@ interface RuleMeta {
|
|
|
3849
3849
|
*/
|
|
3850
3850
|
deprecated?: boolean | RuleDeprecatedInfo;
|
|
3851
3851
|
/**
|
|
3852
|
-
*
|
|
3853
|
-
* This may be an empty array to explicitly state there is no replacement.
|
|
3852
|
+
* Name of the rule(s) this rule was replaced by, if it was deprecated.
|
|
3854
3853
|
* @deprecated Use `deprecated.replacedBy` instead.
|
|
3855
3854
|
*/
|
|
3856
|
-
replacedBy?:
|
|
3855
|
+
replacedBy?: readonly string[];
|
|
3857
3856
|
}
|
|
3858
3857
|
/**
|
|
3859
3858
|
* Rule documentation.
|