Skip to content

Commit 52f084b

Browse files
committed
check = lint & format & import sort
1 parent a91bcdb commit 52f084b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "biome lint .",
10-
"format": "biome format .",
9+
"check": "biome check .",
1110
"test": "vitest"
1211
},
1312
"dependencies": {

0 commit comments

Comments
 (0)