Skip to content

Commit 4334a17

Browse files
committed
chore: Replace deprecated next lint command with eslint directly
1 parent cb747d6 commit 4334a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "eslint"
1010
},
1111
"dependencies": {
1212
"@mantine/charts": "^8.3.5",

0 commit comments

Comments
 (0)