Skip to content

Commit 4dbde16

Browse files
committed
feat: 在 biome.json 中添加文件忽略配置,忽略 playground 目录下的文件。
1 parent 3eda0e4 commit 4dbde16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"files": {
4+
"ignore": ["playground/**"]
5+
},
36
"organizeImports": {
47
"enabled": true
58
},

0 commit comments

Comments
 (0)