Skip to content

Commit f0efcb7

Browse files
committed
chore: update website eslint commands
1 parent 1bcf6de commit f0efcb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "eslint ./src",
10+
"fix:lint": "eslint ./src --fix"
1011
},
1112
"dependencies": {
1213
"@pheralb/toast": "workspace:*",

0 commit comments

Comments
 (0)