Skip to content

Commit 55db837

Browse files
committed
chore(core): add .prettierignore to exclude dist from format checks
The core package's format script runs prettier from its own directory, so it needs its own .prettierignore to skip built output in dist/. https://claude.ai/code/session_01GCqwdfAMznLZZ97tYfJXRa
1 parent 34e6333 commit 55db837

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

0 commit comments

Comments
 (0)