Skip to content

Commit

Permalink
Use prettier 3 & add prettier-plugin-sort-json.
Browse files Browse the repository at this point in the history
  • Loading branch information
plural committed Jan 15, 2024
1 parent fc27e5a commit 3b19fdd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
40 changes: 30 additions & 10 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ajv": "^8.10.0",
"command-line-args": "^5.2.1",
"lodash": "^4.17.21",
"prettier": "^2",
"prettier": "^3",
"sync-fetch": "^0.4.2"
},
"devDependencies": {
Expand All @@ -35,7 +35,8 @@
"husky": "^8",
"lint-staged": "^13.2.1",
"mocha": "^9.2.1",
"prettier": "^2",
"prettier": "^3",
"prettier-plugin-sort-json": "^3.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.6.4"
},
Expand Down

0 comments on commit 3b19fdd

Please sign in to comment.