Skip to content

zakiego/biome-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Biome Config ✌🏻

Install

pnpm add --save-dev --save-exact @biomejs/biome

Init

pnpm dlx @biomejs/biome init

Config file: biome.config.js

Adjust the version number to the latest version of the schema.

{
  "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
  "organizeImports": {
    "enabled": true
  },
  "linter": {
    "enabled": true,
    "rules": {
      "recommended": true
    }
  },
  "formatter": {
    "enabled": true,
    "indentWidth": 2,
    "indentStyle": "space"
  }
}

Format

pnpm dlx @biomejs/biome format --write ./src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks