From 8845af89e6eaed4db602f52c304cdfee3a609f10 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Bahrami <90021059+gikdev@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:58:09 +0330 Subject: [PATCH] Update formatting@fU8Vnw1DobM4iXl1Tq6EK.md (#7590) * Update formatting@fU8Vnw1DobM4iXl1Tq6EK.md Added [BiomeJS](https://biomejs.dev) to formatting tools * fix: update paragraph --------- Co-authored-by: Arik Chakma --- .../typescript/content/formatting@fU8Vnw1DobM4iXl1Tq6EK.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/formatting@fU8Vnw1DobM4iXl1Tq6EK.md b/src/data/roadmaps/typescript/content/formatting@fU8Vnw1DobM4iXl1Tq6EK.md index 3b24fa095..165b80462 100644 --- a/src/data/roadmaps/typescript/content/formatting@fU8Vnw1DobM4iXl1Tq6EK.md +++ b/src/data/roadmaps/typescript/content/formatting@fU8Vnw1DobM4iXl1Tq6EK.md @@ -1,8 +1,9 @@ # Formatting -Prettier is an opinionated code formatter with support for JavaScript, HTML, CSS, YAML, Markdown, GraphQL Schemas. By far the biggest reason for adopting Prettier is to stop all the on-going debates over styles. +Prettier is an opinionated code formatter with support for JavaScript, HTML, CSS, YAML, Markdown, GraphQL Schemas. By far the biggest reason for adopting Prettier is to stop all the on-going debates over styles. Biome is a faster alternative to Prettier! (It also does linting!) Visit the following resources to learn more: - [@article@Prettier Website](https://prettier.io) - [@article@Why Prettier](https://prettier.io/docs/en/why-prettier.html) +- [@article@BiomeJS Website](https://biomejs.dev)