chore: move prettier into package.json

This commit is contained in:
Jacob Nguyen
2023-05-01 20:51:54 -05:00
parent 6a65dac272
commit a17be67b48

View File

@@ -50,6 +50,14 @@
"tsup": "^6.7.0",
"typescript": "5.0.2"
},
"prettier": {
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"arrowParens": "avoid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sern-handler/handler.git"