Skip to content

Commit

Permalink
chore: switch prettier plugin (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 12, 2024
1 parent 2850274 commit f5cadbf
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
@@ -1,5 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"plugins": ["prettier-plugin-package"]
"plugins": ["prettier-plugin-packagejson"]
}
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -3,21 +3,17 @@
"version": "0.0.0-PLACEHOLDER",
"private": true,
"description": "GitHub Action to run Renovate self-hosted.",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/renovatebot/github-action#readme",
"bugs": {
"url": "https://github.com/renovatebot/github-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renovatebot/github-action.git"
},
"license": "GPL-3.0-or-later",
"author": "Jeroen de Bruijn",
"homepage": "https://github.com/renovatebot/github-action#readme",
"bugs": {
"url": "https://github.com/renovatebot/github-action/issues"
},
"main": "src/index.ts",
"engines": {
"node": ">=20.9.0",
"pnpm": "^8.0.0"
},
"scripts": {
"build": "run-s clean compile",
"clean": "rimraf dist/",
Expand Down Expand Up @@ -58,13 +54,17 @@
"lint-staged": "15.2.1",
"npm-run-all2": "6.1.2",
"prettier": "2.8.8",
"prettier-plugin-package": "1.4.0",
"prettier-plugin-packagejson": "2.4.10",
"rimraf": "5.0.5",
"semantic-release": "23.0.0",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=20.9.0",
"pnpm": "^8.0.0"
},
"pnpm": {
"supportedArchitectures": {
"os": [
Expand Down
132 changes: 105 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit f5cadbf

Please sign in to comment.