/Biome-Formatter-and-Linter

Biome(Rust)> (prettier+ESlint)

Primary LanguageCSS

https://biomejs.dev/
https://www.npmjs.com/package/@biomejs/biome
https://marketplace.visualstudio.com/items?itemName=biomejs.biome
https://github.com/biomejs/biome

npm i -D --save-exact @biomejs/biome

install vscode biome extension

.vscode settings node

https://marketplace.visualstudio.com/items?itemName=biomejs.biome

"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.wordWrap": "on",

Tutorial

Prettier/ESLint to Biome: The Lightning-Fast Rust-Based Tool!

Biome initialize

https://biomejs.dev/guides/getting-started/
https://biomejs.dev/reference/configuration/#formatterenabled

npx @biomejs/biome init