add biome commands : format, lint & check
Showing
... | @@ -6,7 +6,10 @@ | ... | @@ -6,7 +6,10 @@ |
"start": "expo start", | "start": "expo start", | ||
"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 .", | |||
"lint": "biome lint --apply .", | |||
"check": "biome check --apply ." | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"expo": "~50.0.14", | "expo": "~50.0.14", | ||
... | ... |
Please
register
or
sign in
to comment