forked from Merit-Systems/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
23 lines (23 loc) · 673 Bytes
/
knip.json
File metadata and controls
23 lines (23 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": [
"src/{instrumentation,middleware}.{js,ts}",
"src/app/**/{error,layout,loading,not-found,page,template,default,forbidden,global-not-found,global-error}.{js,jsx,ts,tsx}",
"src/app/**/route.{js,jsx,ts,tsx}",
"src/mdx-components.{js,jsx,ts,tsx}"
],
"ignoreDependencies": [
"eslint-config-next",
"husky",
"tw-animate-css",
"@next/eslint-plugin-next",
"eslint-plugin-react-hooks"
],
"ignore": [
"/scripts/**",
"/source.config.ts",
"src/app/api/v1/(auth)/middleware.ts"
],
"ignoreBinaries": ["docker-compose", "sleep"],
"ignoreWorkspaces": []
}