DX: Auto format on save (#526)

* save wip

* use elint instead of prettier to sort imports

* set imports to warn

* sync prettier settigns

* update prettier settings

* save working version

* fix export and disable mobile pipeline for now

* limit auto formatting to the app folder
This commit is contained in:
Justin Hernandez
2025-04-21 15:10:56 -05:00
committed by GitHub
parent 28ec407e49
commit 3c51feafdf
70 changed files with 322 additions and 301 deletions

View File

@@ -107,7 +107,6 @@
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@tamagui/types": "1.110.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/react-native": "^3.0.0",
"@types/add": "^2",
"@types/elliptic": "^6",
@@ -119,8 +118,11 @@
"@types/react-native": "^0.73.0",
"@types/react-native-dotenv": "^0.2.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.6.3",
"prettier": "2.8.8",
"prettier": "^3.5.3",
"react-native-bundle-visualizer": "^3.1.3",
"react-native-svg-transformer": "^1.5.0",
"stream-browserify": "^3.0.0",