forked from LedgerHQ/ledger-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.unimportedrc.json
40 lines (40 loc) · 1.06 KB
/
.unimportedrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"entry": ["index.js"],
"extensions": [".ts", ".js", ".jsx", ".tsx", ".d.ts"],
"ignorePatterns": ["**/node_modules/**"],
"ignoreUnresolved": [],
"ignoreUnimported": [
"**/*.test.*",
"**/*.spec.*",
"**/*.d.ts",
"src/__test__/*",
"src/__tests__/*",
"src/**/__mocks__/*",
"src/**/*.android.*",
"src/**/*.ios.*",
"src/components/RootNavigator/types.ts",
"src/logic/keyboardVisible.ts",
"src/contentCards/cards/vertical/*",
"src/**/__integrations__/*.tsx",
"src/MobileStorageProvider.ts"
],
"ignoreUnused": [
"@react-native-masked-view/masked-view",
"@react-native/gradle-plugin",
"@react-native/metro-config",
"@segment/sovran-react-native",
"expo-file-system",
"expo-image-loader",
"expo-modules-autolinking",
"expo-modules-core",
"prop-types",
"react-native-codegen",
"react-native-level-fs",
"react-native-navigation-bar-color",
"react-native-os",
"react-native-randombytes",
"react-native-tcp",
"react-native-tcp-socket",
"react-native-udp"
]
}