Files
karma/ui/knip.json
T

19 lines
281 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"tags": [
"-lintignore"
],
"entry": [
"src/e2e/stories.tsx"
],
"ignore": [
"src/Styles/**"
],
"ignoreDependencies": [
"bootstrap",
"bootswatch",
"typeface-open-sans",
"prettier"
]
}