Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 510 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 510 Bytes

typescript-standards

shared linting configs and utilities for typescript

Local dev

  • ./bin/dev initial setup
  • run the following commands AND append to your shell configs (ie. ~/.zshrc or ~/.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 repos
  • dev start