diff --git a/apps/cli/src/linter/exporter.ts b/apps/cli/src/linter/exporter.ts index 5fe265f..2d5fcad 100644 --- a/apps/cli/src/linter/exporter.ts +++ b/apps/cli/src/linter/exporter.ts @@ -11,5 +11,5 @@ import { ConfigurationSchema } from './schema'; writeFileSync( 'schema.json', - JSON.stringify(zodToJsonSchema(ConfigurationSchema), null, 2), + JSON.stringify(zodToJsonSchema(ConfigurationSchema), null, 2) + '\n', ); diff --git a/schema.json b/schema.json index 15be757..295f3ac 100644 --- a/schema.json +++ b/schema.json @@ -696,4 +696,4 @@ }, "additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#" -} \ No newline at end of file +}