-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.depcheckrc.json
45 lines (45 loc) · 862 Bytes
/
.depcheckrc.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
{
"$schema": "https://json.schemastore.org/typings?mark=managed-by-autotool",
"ignores": [
"@alexaegis/autotool-plugin-*",
"@alexaegis/coverage-tools",
"@alexaegis/nuke",
"@alexaegis/stylelint-config",
"@alexaegis/ts",
"@commitlint/config-conventional",
"@lcov-viewer/cli",
"@pakk/cli",
"@sveltejs/*",
"@types/eslint",
"@types/node",
"@types/yargs",
"@typescript-eslint/*",
"@vitest/coverage-v8",
"autotool",
"autotool-plugin-*",
"commit-and-tag-version",
"commitlint",
"depcheck",
"eslint*",
"husky",
"lint-staged",
"nodemon",
"npm-check-updates",
"prettier*",
"publint",
"remark",
"remark-cli",
"stylelint",
"stylelint-config-*",
"svelte",
"svelte-check",
"svelte-preprocess",
"ts-node",
"turbowatch",
"turbo-ignore",
"typedoc",
"typescript",
"vitest"
],
"skip-missing": true
}