Commit 31582e58 by g-ouattara

add biome commands : format, lint & check

parent 4f95b33d
{
"name": "beasy-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~50.0.14",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@biomejs/biome": "1.7.1",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
"name": "beasy-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"format": "biome format --write .",
"lint": "biome lint --apply .",
"check": "biome check --apply ."
},
"dependencies": {
"expo": "~50.0.14",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@biomejs/biome": "1.7.1",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}
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