eslint and prettier setup

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 07:12:44 +00:00
committed by GitHub
parent 07ab94fa4e
commit 170520244c
5 changed files with 25 additions and 3 deletions
+5
View File
@@ -17,6 +17,8 @@
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.9",
@@ -27,6 +29,7 @@
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"nativewind": "^2.0.11",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
@@ -41,6 +44,8 @@
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",