Skip to content

Commit a1f735d

Browse files
committed
chore(fix): correct biome "lint" command
resolves: #60 (comment)
1 parent a22465f commit a1f735d

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
@@ -12,7 +12,7 @@
1212
"build:all": "turbo build --concurrency 2",
1313
"format": "biome format",
1414
"format:write": "biome format --write",
15-
"lint": "biome lint",
15+
"lint": "biome check",
1616
"lint:write": "biome check . --apply",
1717
"knip": "knip"
1818
},

0 commit comments

Comments
 (0)