Skip to content

Commit

Permalink
style: format package.json with new Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Apr 29, 2024
1 parent 989fed8 commit 0e29c58
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"renovate",
"renovate-presets"
],
"license": "MIT",
"homepage": "https://github.com/RightCapitalHQ/renovate-config",
"bugs": {
"url": "https://github.com/RightCapitalHQ/renovate-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RightCapitalHQ/renovate-config.git"
},
"bugs": {
"url": "https://github.com/RightCapitalHQ/renovate-config/issues"
},
"license": "MIT",
"scripts": {
"lint": "prettier -c .",
"fix": "prettier -w .",
"validate:default": "renovate-config-validator --strict default.json",
"validate:library": "renovate-config-validator --strict library.json",
"lint": "prettier -c .",
"prepare": "./scripts/prepare.sh",
"test": "pnpm run /^validate:/",
"prepare": "./scripts/prepare.sh"
"validate:default": "renovate-config-validator --strict default.json",
"validate:library": "renovate-config-validator --strict library.json"
},
"devDependencies": {
"@rightcapital/prettier-config": "7.0.2",
Expand Down

0 comments on commit 0e29c58

Please sign in to comment.