Skip to content

Commit 429dba2

Browse files
committed
Add .claude and node_modules to linter exclusions
1 parent 174d785 commit 429dba2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

biome.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"includes": [
55
"**",
66
"!**/.cache",
7+
"!**/.claude",
78
"!**/.DS_Store",
89
"!**/._.DS_Store",
910
"!**/.env",
@@ -13,6 +14,7 @@
1314
"!**/.vscode",
1415
"!**/coverage",
1516
"!**/dist",
17+
"!**/node_modules",
1618
"!**/package.json",
1719
"!**/pnpm-lock.yaml",
1820
"!packages/npm/**/build",

0 commit comments

Comments
 (0)