making linters happy
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/knip@latest/schema.json",
|
||||
"entry": ["src/main.tsx", "vite.config.ts"],
|
||||
"entry": ["src/**/*.{ts,tsx}", "vite.config.ts"],
|
||||
"project": ["src/**/*.{ts,tsx}", "scripts/**/*.js"],
|
||||
"ignore": ["src/api/**", "dist/**", "node_modules/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user