We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59737a7 commit 0115e10Copy full SHA for 0115e10
package.json
@@ -36,7 +36,7 @@
36
"android-build-e2edelta": "bundle exec fastlane android build_e2edelta",
37
"test": "TZ=utc NODE_OPTIONS=--experimental-vm-modules jest",
38
"typecheck": "tsc",
39
- "lint": "./node_modules/@biomejs/biome/bin/biome lint .",
+ "lint": "./node_modules/@biomejs/biome/bin/biome lint . --log-kind=compact",
40
"lint-changed": "eslint --fix $(git diff --diff-filter=AM --name-only main -- \"*.js\" \"*.ts\" \"*.tsx\")",
41
"lint-watch": "npx eslint-watch --watch --changed",
42
"shellcheck": "./scripts/shellCheck.sh",
0 commit comments