wip(mobile): lint and format
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"publish:ios": "eas build --platform ios --auto-submit && echo 'Go to App Store Connect and submit the testflight build for app review. Visit for more information: https://docs.expo.dev/submit/introduction/'",
|
||||
"android": "expo run:android",
|
||||
"compile": "tsc --noEmit",
|
||||
"lint": "expo lint"
|
||||
"lint": "expo lint",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\""
|
||||
},
|
||||
"packageManager": "[email protected]",
|
||||
"dependencies": {
|
||||
@@ -53,7 +54,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.1.0",
|
||||
"eslint": "^9",
|
||||
"eslint-config-expo": "^56.0.4",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"expo-build-properties": "~1.0.10",
|
||||
"prettier": "^3.8.3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "~5.9.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user