Skip to content

Commit

Permalink
feat: add formated schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jul 19, 2024
1 parent fac9891 commit 4280c81
Show file tree
Hide file tree
Showing 2 changed files with 702 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/linter/exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import { ConfigurationSchema } from './schema';

writeFileSync(
'schema.json',
JSON.stringify(zodToJsonSchema(ConfigurationSchema)),
JSON.stringify(zodToJsonSchema(ConfigurationSchema), null, 2),
);
Loading

0 comments on commit 4280c81

Please sign in to comment.