From 8ec7e1204a6d04b6a0582525dcdf1180cbbe3f2f Mon Sep 17 00:00:00 2001 From: DonIsaac <22823424+DonIsaac@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:27:53 +0000 Subject: [PATCH] chore: alias `new-typescript-rule` to `new-ts-rule` (#4824) This is the command suggested to users on our `typescript-eslint` mega-issue #2180. This should help reduce confusion. --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index ee659c7682ac1..064853922f474 100755 --- a/justfile +++ b/justfile @@ -9,6 +9,7 @@ _default: alias r := ready alias c := coverage alias f := fix +alias new-typescript-rule := new-ts-rule # Make sure you have cargo-binstall installed. # You can download the pre-compiled binary from