Commit d7148ef3 by g-ouattara

--no-errors-on-unmatched for lint-staged

parent 02943be8
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
"android": "expo start --android", "android": "expo start --android",
"ios": "expo start --ios", "ios": "expo start --ios",
"web": "expo start --web", "web": "expo start --web",
"format": "biome format --write .", "format": "biome format --no-errors-on-unmatched --write .",
"lint": "biome lint --apply .", "lint": "biome lint --no-errors-on-unmatched --apply .",
"biome-check": "biome check --apply .", "biome-check": "biome check --no-errors-on-unmatched --apply .",
"prepare": "husky" "prepare": "husky"
}, },
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment