Skip to content

Commit a437cf4

Browse files
authored
chore(lint): don't lint Claude's config files (#219)
1 parent 21e4c47 commit a437cf4

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
@@ -3,7 +3,7 @@
33
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
44
"files": {
55
"ignoreUnknown": false,
6-
"ignore": ["dist/*", "javascript/sentry-conventions/package.json", "rust/*", "python/*"]
6+
"ignore": ["dist/*", "javascript/sentry-conventions/package.json", "rust/*", "python/*", ".claude/*"]
77
},
88
"formatter": {
99
"enabled": true,

0 commit comments

Comments
 (0)