0.0.2 • Published 2 years ago

@yutengjing/biome-config v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@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"
  }
}

Related

0.0.2

2 years ago