Skip to content

Commit e6c08bf

Browse files
committed
fix(prettier): Attempt to ignore package files
1 parent fb9635a commit e6c08bf

2 files changed

Lines changed: 278 additions & 1347 deletions

File tree

.prettierignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
./package.json
2-
./package-lock.json
3-
./scripts/api.handlebars
4-
./scripts/events.handlebars
1+
**/package.json
2+
**/package-lock.json
3+
./packages/core/scripts/api.handlebars
4+
./packages/core/scripts/events.handlebars

0 commit comments

Comments
 (0)