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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue