Skip to content

Commit

Permalink
Merge pull request #11886 from murdos/prettier-3.5-apps
Browse files Browse the repository at this point in the history
chore(deps): upgrade generated apps to use prettier 3.5 and enable experimentalOperatorPosition at start of line
  • Loading branch information
murdos authored Feb 9, 2025
2 parents b2a0ecc + 81d742d commit 96d8ab0
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 96d8ab0

Please sign in to comment.