1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove disabling of prefer-template eslint rule (#58230)

This commit is contained in:
Kevin Heis
2025-10-30 09:24:12 -07:00
committed by GitHub
parent 4f46d28722
commit 7d1a209660
72 changed files with 234 additions and 250 deletions

View File

@@ -41,7 +41,7 @@ async function main() {
const matchHeading = '## Options\n'
const primaryHeadingSourceContent = sourceContent.replace(
matchHeading,
matchHeading + '\n### Primary Options\n',
`${matchHeading}\n### Primary Options\n`,
)
const currentFileName = path.basename(file)
const { data, content } = await convertContentToDocs(