mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
fix(ci): resolve knip unused export and stale entry pattern (#1667)
This commit is contained in:
@@ -11,7 +11,7 @@ const client: HttpClient = createHttpClient({
|
||||
});
|
||||
const scopedClients = new Map<RequestUrlPolicy, Map<number, HttpClient>>();
|
||||
|
||||
export interface SendRequestOptions {
|
||||
interface SendRequestOptions {
|
||||
maxRedirects?: number;
|
||||
requestUrlPolicy?: RequestUrlPolicy;
|
||||
}
|
||||
|
||||
@@ -44,8 +44,7 @@
|
||||
"native/*/index.{js,d.ts}",
|
||||
"native/*/loader-diagnostics.cjs",
|
||||
"native/*/*.test.mjs",
|
||||
"native/*/test/**/*.mjs",
|
||||
"native/*/scripts/**/*.mjs"
|
||||
"native/*/test/**/*.mjs"
|
||||
],
|
||||
"project": ["src/**/*.{ts,tsx,mjs,js}", "scripts/**/*.mjs", "native/**/*.{js,mjs,cjs,d.ts}"],
|
||||
"ignoreDependencies": ["electron-builder"]
|
||||
|
||||
Reference in New Issue
Block a user