Skip to content

Commit

Permalink
Update README to mention biome (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnxiao authored Feb 10, 2024
1 parent 42fde78 commit 7a0b8b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ manager.
[HeadlessUI components](https://headlessui.com/) for completely unstyled and fully
accessible UI components, which integrate nicely with TailwindCSS
- Opinionated formatting and linting already setup and enabled
- [ESLint](https://eslint.org/) + [Prettier](https://prettier.io/) for frontend,
- [ESLint](https://eslint.org/) for pure React + TypeScript linting, and
[Biome](https://biomejs.dev/) for a combination of fast formatting, linting, and
import sorting of JavaScript and TypeScript code
[clippy](https://github.com/rust-lang/rust-clippy) and
[rustfmt](https://github.com/rust-lang/rustfmt) for Rust code
- GitHub Actions to check code formatting and linting for both TypeScript and Rust
Expand Down

0 comments on commit 7a0b8b2

Please sign in to comment.