mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user