-
Notifications
You must be signed in to change notification settings - Fork 16
/
.depcheckrc
44 lines (44 loc) · 919 Bytes
/
.depcheckrc
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
41
42
43
44
{
"ignores": [
"buffer",
"tsx",
"ts-proto",
"ts-unused-exports",
"postinstall-postinstall",
"expo-doctor",
"expo-dev-client",
"@cosmwasm/ts-codegen",
"commander",
"@types/node",
"@improbable-eng/grpc-web-node-http-transport",
"babel-loader",
"react-native-web",
"cors-anywhere",
"depcheck",
"dotenv",
"@inline-svg-unique-id/react",
"babel-plugin-react-inline-svg-unique-id",
"@pinata/sdk",
"expo-optimize",
"sharp-cli",
"cross-env",
"electron",
"rimraf",
"assert",
"typescript",
"crypto",
"expo-constants",
"metro-config",
"react-native-web-lottie",
"expo-splash-screen",
"electron-store",
"redux-persist-electron-storage",
"@axelar-network/axelarjs-types",
"@react-native-clipboard/clipboard",
"react-native-fs"
],
"ignorePatterns": [
"/cache",
"/.yarn"
]
}