move to biomejs, add workflow move auth to header check readme
All checks were successful
Code quality checks / biome (push) Successful in 13s

This commit is contained in:
creations 2025-04-15 17:33:24 -04:00
parent 73ab535df6
commit 9cb178aea4
Signed by: creations
GPG key ID: 8F553AA4320FC711
18 changed files with 368 additions and 340 deletions

2
types/config.d.ts vendored
View file

@ -18,7 +18,6 @@ type IBooruConfigMap = {
endpoint: string;
functions: IBooruDefaults;
autocomplete?: string;
auth?: Record<string, string>;
};
};
@ -29,5 +28,4 @@ type IBooruConfig = {
endpoint: string;
functions: IBooruDefaults;
autocomplete?: string;
auth?: Record<string, string>;
};