Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit b06b1ec

Browse files
committed
feat (package.json): update scripts for lintig and formatting
1 parent 79a7766 commit b06b1ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint && eslint . --ext .ts,.tsx --fix",
10-
"format": "prettier --write --ignore-path .gitignore --cache ."
9+
"lint": "next lint && eslint . --ext .ts,.tsx",
10+
"lint:fix": "eslint . --ext .ts,.tsx --fix",
11+
"format:lint": "prettier --write --ignore-path .gitignore --cache . && eslint . --ext .ts,.tsx --fix"
1112
},
1213
"dependencies": {
1314
"@auth/prisma-adapter": "^2.8.0",

0 commit comments

Comments
 (0)