Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 21, 2024
1 parent e18f1f4 commit 4d46d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion designs/2024-deprecated-rule-metadata/README.md
Expand Up @@ -50,7 +50,8 @@ type RuleMeta = {
| {
message?: string; // General deprecation message, such as why the deprecation occurred.
url?: string; // URL to more information about this deprecation in general.
};
}
| undefined;
replacedBy?:
| readonly string[] // Existing shorthand property for rule names, backwards compatible. It's recommended to omit the plugin prefix from rule names.
| readonly {
Expand Down

0 comments on commit 4d46d08

Please sign in to comment.