Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1000ee1

Browse files
committed
feat: Disable eslint for generated modules
1 parent 454c42f commit 1000ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formatGeneratedModule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const formatterFactory = (
2323
nodeStatement = addAnyTypeCast(nodeStatement).trim();
2424
}
2525
return `/* tslint:disable */
26+
/* eslint-disable */
2627
${hash ? `/* ${hash} */\n` : ""}
2728
${documentTypeImport}
2829
${typeText || ""}

0 commit comments

Comments
 (0)