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": {