Skip to content

Commit

Permalink
chore: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Feb 24, 2023
1 parent b688522 commit bd365d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SchemaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const defaultOptions: Required<SchemaGeneratorOptions> = {
disabledSchemas: [],
force: false,
lockFile: 'schemas/json-schemas.lock',
schemaStoreRepo: 'https://github.com/SchemaStore/schemastore',
schema: '',
schemaStoreRepo: 'https://github.com/SchemaStore/schemastore',
source: '',
};

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export interface SchemaData {

export interface SchemaGeneratorOptions extends Partial<FileSettings> {
force?: boolean;
source?: string;
schema?: string;
source?: string;
}

0 comments on commit bd365d2

Please sign in to comment.