From 7a0b8b2829ad8b4865bcf5c07de20bb502d0e82b Mon Sep 17 00:00:00 2001 From: Kevin Xiao Date: Sat, 10 Feb 2024 02:54:02 -0800 Subject: [PATCH] Update README to mention biome (#190) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e796d3..8cfd281 100644 --- a/README.md +++ b/README.md @@ -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