Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 404 Bytes

File metadata and controls

26 lines (21 loc) · 404 Bytes

Install

pnpm add -D @biomejs/biome @vikejs/biome-config

Create biome config

{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": ["./node_modules/@vikejs/biome-config/config.json"]
}

Update package.json scripts

{
  "scripts": {
    "lint": "biome lint",
    "format": "biome format",
    "check": "biome check"
  }
}