Skip to content

Commit 1d14ed7

Browse files
committed
Add prettier format script to package.json
1 parent 8dae6bf commit 1d14ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dev": "next dev --turbo",
1313
"build": "next build",
1414
"start": "next start",
15-
"lint": "next lint"
15+
"lint": "next lint",
16+
"format": "prettier --write 'src/**/*.{ts,tsx}'"
1617
},
1718
"dependencies": {
1819
"@icons-pack/react-simple-icons": "^13.7.0",

0 commit comments

Comments
 (0)