Skip to content

Commit

Permalink
Another try to get Prettier working
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Aug 24, 2023
1 parent bbab987 commit 8ab16e2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: creyD/[email protected]
with:
prettier_version: 2.8.8
prettier_options: --write **/*.* --ignore-unknown
prettier_options: --write .
prettier_plugins: '@prettier/plugin-php'
commit_message: 'Run Prettier'
57 changes: 33 additions & 24 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.20.1",
"@prettier/plugin-php": "^0.19.7",
"@release-it/keep-a-changelog": "^3.1.0",
"prettier": "^3.0.2",
"prettier": "^2.8.8",
"release-it": "^15.11.0",
"vitepress": "1.0.0-rc.4"
}
Expand Down

0 comments on commit 8ab16e2

Please sign in to comment.