@michael-yakovlev/biome-config
v0.2.1
Published
My personal Biome config
Downloads
259
Maintainers
Readme
Biome config
Личная конфигурация в npm-пакете.
Установка
npm install --save-dev @michael-yakovlev/biome-configНастройка VSCode
Чтобы использовать "Biome" в VSCode нужно установить плагин Biome Extension for VS Code:
Откройте файл .vscode/settings.json и добавьте настройки:
{
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true
}