Skip to content

Commit a8d5bda

Browse files
committed
ci: biome ignore node_modules
1 parent cf3c0ae commit a8d5bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["./lib"]
4+
"ignore": ["node_modules", "lib"]
55
},
66
"organizeImports": {
77
"enabled": true

0 commit comments

Comments
 (0)