When you do fix the issue, `@ts-expect-error` will *itself* become an error (which you can fix by deleting the comment).
That way, you avoid stale ignores that aren’t needed anymore.
git config --global branch.sort -committerdate
`git branch -l` lists alphabetically by default, so it's hard to find recent branches. This sorts by date instead!
git config --global branch.sort -committerdate
`git branch -l` lists alphabetically by default, so it's hard to find recent branches. This sorts by date instead!