Skip to content

Commit 707c1cd

Browse files
Copiloticlanton
andcommitted
Use eslint-plugin-package-json for sort-package-json mixin instead of custom processor
Co-authored-by: iclanton <5010588+iclanton@users.noreply.github.com>
1 parent 6d34281 commit 707c1cd

11 files changed

Lines changed: 530 additions & 18 deletions

File tree

common/config/rush/browser-approved-packages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
"name": "dependency-path",
6363
"allowedCategories": [ "libraries" ]
6464
},
65+
{
66+
"name": "eslint-plugin-package-json",
67+
"allowedCategories": [ "libraries" ]
68+
},
69+
{
70+
"name": "jsonc-eslint-parser",
71+
"allowedCategories": [ "libraries" ]
72+
},
6573
{
6674
"name": "office-ui-fabric-core",
6775
"allowedCategories": [ "libraries" ]

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 280 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "5678d05a5d8ff316ed0beb3ddd4b8048823237bf",
3+
"pnpmShrinkwrapHash": "1e9f75e9c3cbb717750b20d630f5dcb0d6a3c22f",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "5a12096392afaaf176e5134102e4a4d0ed840ada"
5+
"packageJsonInjectedDependenciesHash": "9a88af1b457fa43bfcfbab4f990c3d80fa173e34"
66
}

0 commit comments

Comments
 (0)