Skip to content

Commit 7c3e17d

Browse files
nperez0111claude
andcommitted
fix: suppress no-template-curly-in-string lint warning in test data
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 837e367 commit 7c3e17d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/unit/core/formatConversion/exportParseEquality/exportParseEqualityTestInstances.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ export const exportParseEqualityTestInstancesMarkdown: TestInstance<
921921
{
922922
type: "codeBlock",
923923
props: { language: "" },
924+
// eslint-disable-next-line no-template-curly-in-string
924925
content: "const x = `template ${literal}`;\nconst y = '```triple backticks```';",
925926
},
926927
],

0 commit comments

Comments
 (0)