-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
42 lines (41 loc) · 1.06 KB
/
knip.json
File metadata and controls
42 lines (41 loc) · 1.06 KB
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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
},
"ignoreDependencies": [
"eslint-config-airbnb",
"eslint-import-resolver-typescript",
"eslint-plugin-import",
"eslint-plugin-import-exports-imports-resolver",
"eslint-plugin-import-newlines",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react",
"eslint-plugin-react-hooks",
"eslint-plugin-react-refresh",
"eslint-plugin-simple-import-sort",
"openapi-typescript",
"@typescript-eslint/parser",
"@typescript-eslint/eslint-plugin"
],
"entry": [
"generated/**/*.ts",
"app/**/*.test.ts",
"app/**/*.test.tsx",
"app/index.tsx!"
],
"project": [
"scripts/**/*.test.ts",
"scripts/**/*.ts",
"app/**/*.d.ts",
"generated/**/*.ts",
"app/**/*.test.ts",
"app/**/*.test.tsx",
"app/**/*.tsx!",
"app/**/*.ts!"
],
"tags": [
"-lintignore"
]
}