Move from GitHub to Tangled
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add pre-commit config with prettier

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+6
+6
.pre-commit-config.yaml
··· 1 + repos: 2 + - repo: https://github.com/pre-commit/mirrors-prettier 3 + rev: v3.1.0 4 + hooks: 5 + - id: prettier 6 + types_or: [javascript, jsx, ts, tsx, json, yaml, markdown, css]