Skip to content

Commit

Permalink
chore(deps-dev): bump prettier to v3 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Aug 13, 2023
1 parent bf752c2 commit d9387ed
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
plugins:
- prettier-plugin-jsdoc
tsdoc: true
trailingComma: es5
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^46.0.1",
"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier": "^3.0.1",
"prettier-plugin-jsdoc": "^1.0.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"vitest": "^0.32.4",
Expand Down

0 comments on commit d9387ed

Please sign in to comment.