Skip to content

Commit a608724

Browse files
committed
chore: 更新 biome.json 配置
- 修改 schema 路径为本地配置文件 - 调整文件包含规则,新增 src/** 目录 - 移除原有的文件忽略配置
1 parent 20dad6e commit a608724

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

biome.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3-
"files": {
4-
"ignore": ["playground/**"]
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3+
"assist": {
4+
"actions": {
5+
"source": {
6+
"organizeImports": "on"
7+
}
8+
}
59
},
6-
"organizeImports": {
7-
"enabled": true
10+
"files": {
11+
"includes": ["src/**"]
812
},
913
"vcs": {
1014
"enabled": true,

0 commit comments

Comments
 (0)