Skip to content

Commit 4a22454

Browse files
committed
🏷️ disable eslint on declarations
1 parent cd24960 commit 4a22454

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/types/mod.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export const generateSchemTypes = async (
99
) => {
1010
const schemas = schemaFns(schemasObj).getSchemas();
1111

12-
let str = "";
12+
let str = `
13+
/* eslint-disable */
14+
15+
`;
1316

1417
for (const schema in schemas) {
1518
str = str + `

0 commit comments

Comments
 (0)