forked from RunanywhereAI/runanywhere-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
46 lines (46 loc) · 984 Bytes
/
knip.json
File metadata and controls
46 lines (46 loc) · 984 Bytes
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
45
46
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"App.tsx",
"index.js",
"src/theme/index.ts"
],
"project": [
"src/**/*.{ts,tsx}"
],
"ignore": [
"node_modules/**",
"android/**",
"ios/**",
"**/__tests__/**",
"**/*.test.ts",
"**/*.test.tsx"
],
"ignoreDependencies": [
"@react-native-community/cli",
"@react-native-community/cli-platform-android",
"@react-native-community/cli-platform-ios",
"@react-native/typescript-config",
"react-native-monorepo-config",
"@babel/runtime",
"react-native-nitro-modules",
"runanywhere-react-native",
"rn-fetch-blob",
"@react-navigation/native-stack",
"react-native-audio-recorder-player"
],
"ignoreBinaries": [
"jest",
"pod",
"watchman"
],
"rules": {
"files": "error",
"exports": "warn",
"types": "warn",
"unlisted": "off",
"binaries": "off",
"unresolved": "off",
"duplicates": "off"
}
}