Closed mikepb closed 7 years ago
Should we have a GitHub PR check for Standard linting?
Also, we're using Semistandard (Standard + semicolons), not sure if there's any interest in changing it.
I didn’t that was a thing! Semistandard linting would work.
On Feb 9, 2017, at 8:01 PM, Mark Bao notifications@github.com wrote:
Should we have a GitHub PR check for Standard linting?
Also, we're using Semistandard (Standard + semicolons), not sure if there's any interest in changing it.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/speakeasyjs/speakeasy/issues/78#issuecomment-278852043, or mute the thread https://github.com/notifications/unsubscribe-auth/AAm4b0XNdNDo0O1aZX4mDaPNzrfoYv4Vks5ra-EcgaJpZM4L85cP.
Sounds good. I made sure our 2.0 release passed Semistandard, but likely not the code since.
Use standard to format source code, require all future updates to use standard format. Reduces chances of superfluous code changes, such as white-space, slowing down the review process.