templates: fix missing ts-ignore in seed script causing build errors (#10001)

This commit is contained in:
Paul
2024-12-16 13:24:04 -06:00
committed by GitHub
parent 0f63db055b
commit 8258d5c943
6 changed files with 12 additions and 0 deletions

View File

@@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:

View File

@@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:

View File

@@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,

View File

@@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:

View File

@@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:

View File

@@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,