Skip to content

Commit 1b53ab4

Browse files
committed
chore(lint): ignore package.json and .changes dir
1 parent 958b42a commit 1b53ab4

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
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["tsconfig.json"]
10+
"ignore": ["tsconfig.json", "package.json", ".changes/*"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)