0.0.0 • Published 11 months ago

@willin/biome-config v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@willin/biome-config

A most commonly used Biome configuration.

github npm npm npm

使用说明 Useage

Run:

bun add -D @biomejs/biome @willin/biome-config

Add this line to your biome.jsonc:

{
  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
  "extends": ["@willin/biome-config"],
}

Then add this line to your package.json:

{
  "scripts": {
    "check": "biome check --write --no-errors-on-unmatched --unsafe ."
  }
}

赞助 Sponsor

如果您对本项目感兴趣,可以通过以下方式支持我:

Donation ways:

许可证 License

MIT

0.0.0

11 months ago