We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3eed1 commit 828a797Copy full SHA for 828a797
generators/common/templates/.prettierrc.ejs
@@ -11,8 +11,12 @@ arrowParens: avoid
11
# jsx and tsx rules:
12
bracketSameLine: false
13
14
+<%_ if (backendTypeJavaAny || !monorepository) { _%>
15
plugins:
16
+ <%_ if (!monorepository) { _%>
17
- prettier-plugin-packagejson
18
+ <%_ } _%>
19
+<%_ } _%>
20
<%_ if (backendTypeJavaAny) { _%>
21
- prettier-plugin-java
22
0 commit comments