Skip to content

Commit 0115e10

Browse files
committed
compact log
1 parent 59737a7 commit 0115e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"android-build-e2edelta": "bundle exec fastlane android build_e2edelta",
3737
"test": "TZ=utc NODE_OPTIONS=--experimental-vm-modules jest",
3838
"typecheck": "tsc",
39-
"lint": "./node_modules/@biomejs/biome/bin/biome lint .",
39+
"lint": "./node_modules/@biomejs/biome/bin/biome lint . --log-kind=compact",
4040
"lint-changed": "eslint --fix $(git diff --diff-filter=AM --name-only main -- \"*.js\" \"*.ts\" \"*.tsx\")",
4141
"lint-watch": "npx eslint-watch --watch --changed",
4242
"shellcheck": "./scripts/shellCheck.sh",

0 commit comments

Comments
 (0)