ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Migrate to Yargs and update eslint config #4

Closed thehanimo closed 3 years ago

thehanimo commented 3 years ago

As requested here, I've migrated the code to Yargs on the feature-list branch. I've also updated the eslint config to extend @ljharb. However it seems like I'm missing something there. Eslint throws a lot of unexpected errors which I'm not sure how to fix.

Need help setting up eslint and would also appreciate a review on the migration to Yargs. @ljharb @sladyn98 @diananova

ljharb commented 3 years ago

The default config is meant for authoring in ES5; if we're targeting latest node, extending @ljharb/eslint-config/node/latest might work better.

thehanimo commented 3 years ago

That worked perfectly, thank you!