From d7148ef3e720289afa8cf1faf78194e56f6f284d Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 15:08:21 +0000 Subject: [PATCH] --no-errors-on-unmatched for lint-staged --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ca06867..27bc048 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", - "format": "biome format --write .", - "lint": "biome lint --apply .", - "biome-check": "biome check --apply .", + "format": "biome format --no-errors-on-unmatched --write .", + "lint": "biome lint --no-errors-on-unmatched --apply .", + "biome-check": "biome check --no-errors-on-unmatched --apply .", "prepare": "husky" }, "dependencies": { -- libgit2 0.27.1