Update prettier config

This commit is contained in:
garronej
2023-02-26 15:39:03 +01:00
parent 6a48325132
commit 5cfe78dcd1
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ export namespace BuildOptionsLike {
assert<typeof buildOptions extends BuildOptionsLike ? true : false>();
}
export type PageId = typeof pageIds[number];
export type PageId = (typeof pageIds)[number];
export function generateFtlFilesCodeFactory(params: {
indexHtmlCode: string;