Skip to content

Commit

Permalink
fix: add prettier plugins config
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored and steveoh committed Oct 12, 2023
1 parent 2051e4b commit 6473749
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
},
"prettier": {
"printWidth": 120,
"singleQuote": true
"singleQuote": true,
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson"
]
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 6473749

Please sign in to comment.