Skip to content

Commit

Permalink
Update Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Aug 24, 2023
1 parent 2181621 commit eb81d1f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- uses: creyD/[email protected]
with:
prettier_options: --write .
prettier_options: --write "**/*.*" --ignore-unknown
prettier_plugins: '@prettier/plugin-php'
commit_message: 'Run Prettier'
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"printWidth": 100,
"proseWrap": "always",
"phpVersion": "8.1",
"plugins": ["@prettier/plugin-php"],
"overrides": [
{
"files": "docs/**/*",
Expand Down
87 changes: 39 additions & 48 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"release": "release-it"
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.6",
"@prettier/plugin-php": "^0.20.1",
"@release-it/keep-a-changelog": "^3.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.2",
"release-it": "^15.11.0",
"vitepress": "1.0.0-rc.4"
}
Expand Down

0 comments on commit eb81d1f

Please sign in to comment.