Skip to content

Commit fe5da14

Browse files
committedJun 12, 2024
chore: ignore biome formatting package.json
1 parent 4657ada commit fe5da14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
33
"formatter": {
44
"indentStyle": "space",
5-
"ignore": ["**/*.gen.ts"]
5+
"ignore": ["**/*.gen.ts", "./package.json"]
66
},
77
"linter": {
88
"enabled": false

0 commit comments

Comments
 (0)
Please sign in to comment.