chore: add scripts for prettier

This commit is contained in:
Ashhhleyyy 2022-07-25 18:28:29 +01:00
parent a56c934854
commit d49926e55a
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -6,7 +6,9 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
}, },
"dependencies": { "dependencies": {
"@bmunozg/react-image-area": "^1.0.2", "@bmunozg/react-image-area": "^1.0.2",