Commit 31582e58 by g-ouattara

add biome commands : format, lint & check

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