move to biomejs, add workflow move auth to header check readme
All checks were successful
Code quality checks / biome (push) Successful in 13s
All checks were successful
Code quality checks / biome (push) Successful in 13s
This commit is contained in:
parent
73ab535df6
commit
9cb178aea4
18 changed files with 368 additions and 340 deletions
2
types/config.d.ts
vendored
2
types/config.d.ts
vendored
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue