https://github.com/willin/biome-config
A most commonly used Biome configuration.
https://github.com/willin/biome-config
Last synced: 5 months ago
JSON representation
A most commonly used Biome configuration.
- Host: GitHub
- URL: https://github.com/willin/biome-config
- Owner: willin
- Created: 2024-08-23T03:44:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T03:45:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:37:30.002Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @willin/biome-config
A most commonly used Biome configuration.
[](https://github.com/willin) [](https://npmjs.org/package/@willin/biome-config) [](https://npmjs.org/package/@willin/biome-config) [](https://npmjs.org/package/@willin/biome-config)
## 使用说明 Useage
Run:
```bash
bun add -D @biomejs/biome @willin/biome-config
```
Add this line to your `biome.jsonc`:
```json
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["@willin/biome-config"],
}
```
Then add this line to your `package.json`:
```json
{
"scripts": {
"check": "biome check --write --no-errors-on-unmatched --unsafe ."
}
}
```
## 赞助 Sponsor
如果您对本项目感兴趣,可以通过以下方式支持我:
- 关注我的 Github 账号:[@willin](https://github.com/willin) [](https://github.com/willin)
- 参与 [爱发电](https://afdian.com/@willin) 计划
- 支付宝或微信[扫码打赏](https://user-images.githubusercontent.com/1890238/89126156-0f3eeb80-d516-11ea-9046-5a3a5d59b86b.png)
Donation ways:
- Github:
- Paypal:
- Alipay or Wechat Pay: [QRCode](https://user-images.githubusercontent.com/1890238/89126156-0f3eeb80-d516-11ea-9046-5a3a5d59b86b.png)
## 许可证 License
MIT