-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.unimportedrc.json
48 lines (48 loc) · 1.74 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
41
42
43
44
45
46
47
48
{
"extensions": [".js", ".jsx", ".ts", ".d.ts", ".tsx"],
"ignoreUnresolved": [
["./credits.md?raw", ["src/components/credits/credits.tsx"]],
[
"./sandbox-frame-base.css?inline",
["src/components/sandbox-menu/sandbox-menu.tsx"]
],
[
"./sandbox-frame-base.js?raw",
["src/components/sandbox-menu/sandbox-menu.tsx"]
],
[
"assets/misc/chevron-compact-down.svg",
["src/components/titlebar/titlebar.tsx"]
],
[
"assets/misc/fullscreen-exit.svg",
["src/components/titlebar/titlebar.tsx"]
],
["assets/misc/fullscreen.svg", ["src/components/titlebar/titlebar.tsx"]],
[
"assets/misc/translate.svg",
["src/components/top-bar/language-select/language-select.tsx"]
],
["assets/misc/x-lg.svg", ["src/components/titlebar/titlebar.tsx"]],
["assets/ucp3.png", ["src/components/titlebar/titlebar.tsx"]],
[
"components/ucp-tabs/common/importing/import-strategies",
["src/components/ucp-tabs/common/importing/import-button-callback.tsx"]
]
],
"ignoreUnused": ["bootstrap"],
"ignoreUnimported": [
"src/function/game-folder/modifications/activate-first-time-use-extensions.ts",
"src/components/sandbox-menu/sandbox-frame-base.js",
"src/components/ucp-tabs/common/buttons/customize-button.tsx",
"src/components/ucp-tabs/common/create-pack-button-callback.tsx",
"src/components/ucp-tabs/common/importing/import-strategies.ts",
"src/components/ucp-tabs/content-manager/buttons/callbacks/dependency-management.ts",
"src/function/global/array-reducer.ts",
"src/function/window-actions.ts",
"src/hooks/general/util.ts",
"src/tauri/tauri-misc.ts",
"src/testing/dump-extensions-state.ts",
"src/testing/mocks.ts"
]
}