chore: add prettier
This commit is contained in:
+5
-2
@@ -6,10 +6,13 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
"lint": "eslint",
|
||||
"format": "prettier --check './{app,lib,store,styles,components}/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
|
||||
"format:apply": "prettier --write './{app,lib,store,styles,components}/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.2.9",
|
||||
"prettier": "^3.8.4",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"zustand": "^5.0.14"
|
||||
@@ -24,4 +27,4 @@
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user