[ci] yarn format

This commit is contained in:
matthewp 2021-11-02 17:46:23 +00:00 committed by GitHub Actions
parent 94f35dbfbc
commit bd3bed7f27
3 changed files with 3 additions and 7 deletions

View file

@ -83,7 +83,6 @@ export function extractDirectives(inputProps: Record<string | number, any>): Ext
return extracted;
}
interface HydrateScriptOptions {
renderer: any;
astroId: string;

View file

@ -225,8 +225,6 @@ export function spreadAttributes(values: Record<any, any>) {
return output;
}
// Adds CSS variables to an inline style tag
export function defineStyleVars(selector: string, vars: Record<any, any>) {
let output = '\n';

View file

@ -1,4 +1,3 @@
export function serializeListValue(value: any) {
const hash: Record<string, any> = {};