add sort import suggestions plugin (#8335)
This commit is contained in:
+8
-1
@@ -10,7 +10,14 @@
|
||||
"crypto": ["./src/platform/crypto.ts"],
|
||||
"multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"],
|
||||
"multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "ts-plugin-sort-import-suggestions",
|
||||
"moveUpPatterns": ["#/", "@lingui/macro"],
|
||||
"moveDownPatterns": ["react-native-reanimated/lib"],
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclude": ["bskyweb", "bskyembed", "web-build"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user