Bluesky app fork with some witchin' additions 💫

add sort import suggestions plugin (#8335)

authored by samuel.fm and committed by GitHub b56d0c41 03adb426

+1
package.json
··· 272 272 "react-refresh": "^0.14.0", 273 273 "svgo": "^3.3.2", 274 274 "ts-node": "^10.9.1", 275 + "ts-plugin-sort-import-suggestions": "^1.0.4", 275 276 "typescript": "^5.9.2", 276 277 "webpack-bundle-analyzer": "^4.10.1" 277 278 },
+8 -1
tsconfig.json
··· 10 10 "crypto": ["./src/platform/crypto.ts"], 11 11 "multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"], 12 12 "multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"] 13 - } 13 + }, 14 + "plugins": [ 15 + { 16 + "name": "ts-plugin-sort-import-suggestions", 17 + "moveUpPatterns": ["#/", "@lingui/macro"], 18 + "moveDownPatterns": ["react-native-reanimated/lib"], 19 + } 20 + ] 14 21 }, 15 22 "exclude": ["bskyweb", "bskyembed", "web-build"] 16 23 }
+5
yarn.lock
··· 19216 19216 v8-compile-cache-lib "^3.0.1" 19217 19217 yn "3.1.1" 19218 19218 19219 + ts-plugin-sort-import-suggestions@^1.0.4: 19220 + version "1.0.4" 19221 + resolved "https://registry.yarnpkg.com/ts-plugin-sort-import-suggestions/-/ts-plugin-sort-import-suggestions-1.0.4.tgz#d1ed6c235feb8c8bb8b34c625ea75b46e3e62925" 19222 + integrity sha512-85n5lm2OQQ+b7aRNK9omU1gmjMNXRsgeLwojm5u4OSY5sVBkAHTcgMQPEeHMNlyyfFW0uXnwgqAU0pNfhD96Bw== 19223 + 19219 19224 tsconfig-paths@^3.15.0: 19220 19225 version "3.15.0" 19221 19226 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"