Skip to content

Commit

Permalink
chore: ensure end blank line rule of schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Aug 22, 2024
1 parent d40de15 commit 963a2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cli/src/linter/exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ import { ConfigurationSchema } from './schema';

writeFileSync(
'schema.json',
JSON.stringify(zodToJsonSchema(ConfigurationSchema), null, 2),
JSON.stringify(zodToJsonSchema(ConfigurationSchema), null, 2) + '\n',
);
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,4 @@
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
}

0 comments on commit 963a2fd

Please sign in to comment.