[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-10 23:35:37 +00:00 committed by GitHub Actions
parent 7eaabbb0e1
commit bb1fa3e897

View file

@ -208,7 +208,7 @@ export function createAstro(fileURLStr: string, site: string): TopLevelAstro {
};
}
const toAttributeString = (value: any) => String(value).replace(/&/g, '&').replace(/"/g, '"')
const toAttributeString = (value: any) => String(value).replace(/&/g, '&').replace(/"/g, '"');
// A helper used to turn expressions into attribute key/value
export function addAttribute(value: any, key: string) {