You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 🔧 remove `biome.json` so Prettier and ESLint own JS tooling
- 📦 refresh scaffold lint and formatting dependencies
- 📝 document the formatter and linter workflow in `README.md`
-[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
7
+
8
+
## Tooling
9
+
10
+
- Use `pnpm run format` for formatting. JavaScript and TypeScript formatting is handled by Prettier.
11
+
- Use `pnpm run lint` for static analysis. JavaScript and TypeScript linting is handled by ESLint.
0 commit comments