Skip to content

Commit

Permalink
chore(dev-dep): install prettier-plugin-packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 7, 2024
1 parent 625fe93 commit d971b5b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"importOrder": ["^@.*/(.*)$", "^[./]"],
"importOrderSeparation": false,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-packagejson"],
"overrides": [
{
"files": ["*.ts"],
Expand Down
73 changes: 71 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0",
"ts-loader": "^9.2.3",
Expand All @@ -83,4 +84,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit d971b5b

Please sign in to comment.