Skip to content

Commit

Permalink
chore: alias new-typescript-rule to new-ts-rule
Browse files Browse the repository at this point in the history
This is the command suggested to users on our `typescript-eslint` mega-issue #2180.
This should help reduce confusion.
  • Loading branch information
DonIsaac committed Aug 11, 2024
1 parent 776358e commit b1df33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/cargo-bins/cargo-binstall#installation>
Expand Down

0 comments on commit b1df33d

Please sign in to comment.