chore: add scripts for prettier
This commit is contained in:
parent
a56c934854
commit
d49926e55a
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue