shared linting configs and utilities for typescript
./bin/dev setup- run the following commands AND append to your shell configs (ie.
~/.zshrcor~/.bashrc/~/.bash_profile)
eval "$(mise activate zsh)"
# or for bash
# eval "$(mise activate bash)"- (optionally) configure mise:
~/.config/mise/settings.toml
trusted_config_paths = ["~/Projects"] # where ~/Projects is wherever you clone your reposdev start