@willin/biome-config
v0.0.0
Published
A most commonly used Biome configuration.
Downloads
3
Readme
@willin/biome-config
A most commonly used Biome configuration.
使用说明 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:
- Github: https://github.com/sponsors/willin
- Paypal: https://paypal.me/willinwang
- Alipay or Wechat Pay: QRCode
许可证 License
MIT