Skip to content

Commit d971b5b

Browse files
committed
chore(dev-dep): install prettier-plugin-packagejson
1 parent 625fe93 commit d971b5b

File tree

3 files changed

+74
-4
lines changed

3 files changed

+74
-4
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"importOrder": ["^@.*/(.*)$", "^[./]"],
99
"importOrderSeparation": false,
1010
"importOrderSortSpecifiers": true,
11-
"plugins": ["@trivago/prettier-plugin-sort-imports"],
11+
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-packagejson"],
1212
"overrides": [
1313
{
1414
"files": ["*.ts"],

package-lock.json

+71-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"jsonc-eslint-parser": "^2.4.0",
7070
"lint-staged": "^15.2.5",
7171
"prettier": "^3.2.5",
72+
"prettier-plugin-packagejson": "^2.5.0",
7273
"semantic-release": "^23.1.1",
7374
"sort-package-json": "^2.10.0",
7475
"ts-loader": "^9.2.3",
@@ -83,4 +84,4 @@
8384
"publishConfig": {
8485
"registry": "https://registry.npmjs.org/"
8586
}
86-
}
87+
}

0 commit comments

Comments
 (0)