Skip to content

Commit

Permalink
🔀 Merge pull request #179 from hemedani/main
Browse files Browse the repository at this point in the history
🏷️ disable eslint on declarations
  • Loading branch information
hemedani authored Jan 7, 2025
2 parents 302edeb + 4a22454 commit e6134dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export const generateSchemTypes = async (
) => {
const schemas = schemaFns(schemasObj).getSchemas();

let str = "";
let str = `
/* eslint-disable */
`;

for (const schema in schemas) {
str = str + `
Expand Down

0 comments on commit e6134dc

Please sign in to comment.