yeoman / update-notifier

Update notifications for your CLI app
BSD 2-Clause "Simplified" License
1.76k stars 132 forks source link

eslint and prettier configs missing #189

Closed JoernBerkefeld closed 4 years ago

JoernBerkefeld commented 4 years ago

you have a pull request hook that checks code style but then your repo doesn't include a config which could make that easy for contributors. happy to assist...

sindresorhus commented 4 years ago

The code style checks are run when you run $ npm test. So just run that. We're not going to do any changes to our current setup.