Skip to content

Commit

Permalink
fix: add missing prittier plugins config
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Oct 6, 2023
1 parent 96c461e commit b4ce46d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson"
],
"printWidth": 120,
"singleQuote": true
},
Expand Down

0 comments on commit b4ce46d

Please sign in to comment.