You need to sign in or sign up before continuing.
Commit 31582e58 by g-ouattara

add biome commands : format, lint & check

parent 4f95b33d
......@@ -6,7 +6,10 @@
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
"web": "expo start --web",
"format": "biome format --write .",
"lint": "biome lint --apply .",
"check": "biome check --apply ."
},
"dependencies": {
"expo": "~50.0.14",
......
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