Commit d7148ef3 by g-ouattara

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

parent 02943be8
......@@ -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": {
......
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