probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

npm script to lint code #50

Closed itaditya closed 6 years ago

itaditya commented 6 years ago

It would improve the productivity of developers if they can fix their code to adher to standard guidelines by just writing npm run format or yarn format

itaditya commented 6 years ago

@zeke yes you're right, let me change that

itaditya commented 6 years ago

@zeke should I add something in the docs too ?

zeke commented 6 years ago

should I add something in the docs too ?

Sure!

itaditya commented 6 years ago

@zeke, I've made a PR https://github.com/probot/probot/pull/489 for the docs.