mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
add prettier and format all
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"dev": "next",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"type-check": "tsc"
|
||||
"type-check": "tsc",
|
||||
"format": "prettier --write **/*.{ts,tsx,json}"
|
||||
},
|
||||
"dependencies": {
|
||||
"json-fs-store": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user