Skip to content

vikejs/biome-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An opinionated Biome config to use accross Vike projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published