Skip to content

Commit

Permalink
Update .prettierrc.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 21, 2024
1 parent cfe6a68 commit 9e5b4d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/common/templates/.prettierrc.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ arrowParens: avoid
# jsx and tsx rules:
bracketSameLine: false

<%_ if (backendTypeJavaAny || !monorepository) { _%>
plugins:
<%_ if (!monorepository) { _%>
- prettier-plugin-packagejson
<%_ } _%>
<%_ } _%>
<%_ if (backendTypeJavaAny) { _%>
- prettier-plugin-java
Expand Down

0 comments on commit 9e5b4d1

Please sign in to comment.