Skip to content

Commit

Permalink
Upgrade eslint-plugin-package-json to version 0.2 and fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Oct 22, 2023
1 parent e402b80 commit 9cfc97f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@
"jest/valid-expect": "error",
"package-json/order-properties": [
"error",
[
{
"order": [
"name",
"version",
"lockfileVersion",
Expand All @@ -334,6 +335,7 @@
"license",
"maintainers",
"contributors",
"bundlesize",
"main",
"browser",
"_browserslist-comment",
Expand All @@ -360,7 +362,7 @@
"prettier",
"stylelint",
"lint-staged"
]
]}
],
"package-json/sort-collections": [
"error",
Expand Down

0 comments on commit 9cfc97f

Please sign in to comment.