Skip to content

Commit 85fc275

Browse files
committed
lint fix
1 parent 87c3ad7 commit 85fc275

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/commands/validate-schema.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ When no path is provided, validates all schemas found in '${LOCAL_CONFIG_PATH}':
4747
static override args = {
4848
path: Args.string({
4949
required: false,
50-
description:
51-
`Optional path to your INPUT_SCHEMA.json file. If not provided, validates all schemas in '${LOCAL_CONFIG_PATH}'.`,
50+
description: `Optional path to your INPUT_SCHEMA.json file. If not provided, validates all schemas in '${LOCAL_CONFIG_PATH}'.`,
5251
}),
5352
};
5453

0 commit comments

Comments
 (0)