Skip to content

Commit

Permalink
Replace Prettier/Eslint with Biome in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewCmatt committed Feb 7, 2025
1 parent 12d8165 commit bc53b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ To run this project locally, follow the steps below:

While this project can be developed within any text editor, we recommend the [Visual Studio Code](https://code.visualstudio.com/) editor. If using VSCode, we strongly recommend that you install the following Visual Studio Code extensions. These extensions both enforce code style and enable language and framework support for our tech stack.

- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Formatter for our UI code
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for our UI code
- [Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) - JavaScript LSP with formatting and linting
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Rust LSP with code linting, formatting, and quality suggestions

Some optional extensions that aren't required but we find very helpful:
Expand Down

0 comments on commit bc53b8b

Please sign in to comment.