Skip to content

Commit

Permalink
Merge pull request #8831 from murdos/upgrade-prettier
Browse files Browse the repository at this point in the history
Bump prettier to version 3.2.5
  • Loading branch information
murdos authored Feb 4, 2024
2 parents 33127be + 447e9b8 commit a0d1309
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ bracketSameLine: false

# xml rules:
xmlWhitespaceSensitivity: ignore

overrides:
- files:
- '{src/**/,}tsconfig*.json'
options:
parser: 'jsonc'
trailingComma: none
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jsdom": "24.0.0",
"lint-staged": "15.2.1",
"postcss-scss": "4.0.9",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-gherkin": "2.2.1",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-packagejson": "2.4.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"path-exists-cli": "2.0.0",
"postcss": "8.4.33",
"postcss-cli": "11.0.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-gherkin": "2.2.1",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-packagejson": "2.4.10",
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/generator/prettier/.prettierrc.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ bracketSameLine: false

# xml rules:
xmlWhitespaceSensitivity: ignore

overrides:
- files:
- '{src/**/,}tsconfig*.json'
options:
parser: 'jsonc'
trailingComma: none

0 comments on commit a0d1309

Please sign in to comment.