Skip to content

Commit

Permalink
Update dependency prettier to v3 (#120)
Browse files Browse the repository at this point in the history
* Update dependency prettier to v3

* Remove options that are now default

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Zimmerman <[email protected]>
  • Loading branch information
renovate[bot] and RyanZim authored Nov 6, 2024
1 parent 7e7d568 commit 0afa9c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
"eslint-config-problems": "^7.0.0",
"mocha": "^10.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0"
"prettier": "^3.0.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true
},
"renovate": {
"extends": [
Expand Down

0 comments on commit 0afa9c4

Please sign in to comment.