Skip to content

Commit

Permalink
🐛 fix: Fix json order
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 9, 2025
1 parent 3c2d1c4 commit d8463ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-sort-json": "^4.1.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^10.0.0",
Expand Down Expand Up @@ -138,7 +138,7 @@
"remark-cli": "^12.0.1",
"semantic-release": "^21.1.2",
"stylelint": "^16.12.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions src/prettier/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default {
importOrder: ['<THIRD_PARTY_MODULES>', '^@/(.*)$', '^[./]'],
importOrderSeparation: true,
importOrderSortSpecifiers: true,
jsonRecursiveSort: false,
jsonSortOrder: '{"*": "lexical"}',
overrides: [
{
files: '*.md',
Expand Down

0 comments on commit d8463ae

Please sign in to comment.