Skip to content

Commit

Permalink
refactor: move prettier to root package file
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 29, 2024
1 parent f67bc87 commit daa5b65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dependencies": {
"eslint": "^8.57.0",
"eslint-config-universe": "^13.0.0",
"expo-module-scripts": "^3.5.2"
"expo-module-scripts": "^3.5.2",
"prettier": "^3.2.5"
},
"prettier": {
"printWidth": 100,
Expand Down
1 change: 0 additions & 1 deletion packages/expo-atlas-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"lucide-react": "^0.336.0",
"nativewind": "^4.0.36",
"picomatch": "^4.0.1",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
Expand Down
7 changes: 3 additions & 4 deletions packages/expo-atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"license": "MIT",
"dependencies": {
"@expo/server": "^0.4.2",
"@expo/server": "^0.4.4",
"arg": "^5.0.2",
"chalk": "^4.1.2",
"compression": "^1.7.4",
Expand All @@ -59,16 +59,15 @@
"@types/node": "^20.11.26",
"@types/stream-json": "^1.7.7",
"chai": "^4.3.10",
"expo": "~50.0.1",
"expo": "~51.0.8",
"metro": "^0.80.6",
"prettier": "^3.2.5",
"typescript": "^5.1.3"
},
"peerDependencies": {
"expo": "*"
},
"eslintConfig": {
"extends": "universe",
"extends": "universe/node",
"ignorePatterns": [
"build",
"node_modules"
Expand Down

0 comments on commit daa5b65

Please sign in to comment.