Skip to content

Commit a0f752c

Browse files
committed
fix(prettier): fix prettierignore paths
1 parent 3618f27 commit a0f752c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.prettierignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
**/dist/
66
**/public/
77
**/*.min.js
8-
./packages/core/scripts/api.handlebars
9-
./packages/core/scripts/events.handlebars
8+
packages/core/scripts/api.handlebars
9+
packages/core/scripts/events.handlebars
10+
packages/core/test/files/annotations.js

0 commit comments

Comments
 (0)