Skip to content

Commit 828a797

Browse files
committed
Update .prettierrc.ejs
1 parent fd3eed1 commit 828a797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generators/common/templates/.prettierrc.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ arrowParens: avoid
1111
# jsx and tsx rules:
1212
bracketSameLine: false
1313

14+
<%_ if (backendTypeJavaAny || !monorepository) { _%>
1415
plugins:
16+
<%_ if (!monorepository) { _%>
1517
- prettier-plugin-packagejson
18+
<%_ } _%>
19+
<%_ } _%>
1620
<%_ if (backendTypeJavaAny) { _%>
1721
- prettier-plugin-java
1822

0 commit comments

Comments
 (0)