Skip to content

Commit

Permalink
chore(deps): upgrade generated apps to use prettier 3.5 and enable ex…
Browse files Browse the repository at this point in the history
…perimentalOperatorPosition at start of line
  • Loading branch information
murdos committed Feb 9, 2025
1 parent 4cdb3d9 commit 81d742d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"piqure": "2.1.1",
"postcss": "8.5.1",
"postcss-cli": "11.0.0",
"prettier": "3.4.2",
"prettier": "3.5.0",
"prettier-plugin-gherkin": "3.1.1",
"prettier-plugin-java": "2.6.7",
"prettier-plugin-organize-imports": "4.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/generator/prettier/.prettierrc.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ singleQuote: true
tabWidth: {{indentSize}}
useTabs: false
endOfLine: '{{endOfLine}}'
experimentalOperatorPosition: start

plugins:
- '@prettier/plugin-xml'
Expand Down

0 comments on commit 81d742d

Please sign in to comment.