mirror of
https://github.com/sern-handler/handler
synced 2026-06-17 05:12:16 +00:00
chore: move prettier into package.json
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user