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",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@bmunozg/react-image-area": "^1.0.2",