Commit 2d56647
fix: scope lint to source files only — pickier was scanning node_modules
Pickier doesn't respect .gitignore by default and the glob '.' caused it
to count 295K files (including node_modules) before aborting. Scoped the
lint script to 'packages/*/src/**/*.ts' which targets only source files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 189b6a1 commit 2d56647
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments