@yutengjing/biome-config
v0.0.2
Published
## Install
Downloads
2
Readme
@yutengjing/biome-config
Install
pnpm install -D @yutengjing/biome-config
[!NOTE] @biomejs/biome is the peerDependencies
Config
Add to biome.json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@yutengjing/biome-config/biome.json"]
}
VSCode settings
Add following to .vscode/settings.json
{
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}