Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jly36963 committed Nov 14, 2021
1 parent a835647 commit ad24db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Expand Up @@ -43,7 +43,7 @@ const parser = new YargsParser({
return require(path)
} else if (path.match(/\.json$/)) {
// Addresses: https://github.com/yargs/yargs/issues/2040
return JSON.parse(readFileSync(path, 'utf8'));
return JSON.parse(readFileSync(path, 'utf8'))
} else {
throw Error('only .json config files are supported in ESM')

This comment has been minimized.

Copy link
@sTEVE7611

sTEVE7611 Nov 14, 2021

Euwhrj run xcom

This comment has been minimized.

Copy link
@bcoe

bcoe Nov 19, 2021

Member

I know right!

}
Expand Down

2 comments on commit ad24db3

@sTEVE7611
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run xcom

@sTEVE7611
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.