Skip to content

Commit 6a42a29

Browse files
lint: made biome fail on warnings
1 parent 9986318 commit 6a42a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"lint:apply": "biome check --write",
10-
"lint:check": "biome check",
10+
"lint:check": "biome check --error-on-warnings",
1111
"test": "vitest run --browser.headless",
1212
"test:watch": "vitest watch --browser.headless",
1313
"test:browser": "vitest watch",

0 commit comments

Comments
 (0)