Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upexpress.js is not using standard #957
Comments
This comment has been minimized.
This comment has been minimized.
dougwilson
commented
Jul 21, 2017
|
There are other random snippets from the source that are standard, since the contribution guidelines in Express.js state that all new and changed code must be StandardJS. |
This comment has been minimized.
This comment has been minimized.
dougwilson
commented
Jul 21, 2017
|
I'm not dure how the logo got there, but at leadt policy wise express requires standardjs style. Almost all of our code base has been updayed so far, including all the following: https://github.com/expressjs/body-parser Ones that have only been converted partially are ones which used a semicolon style and have many open pull requests, since removing the semicolons across the board will prevent the pull requests from merging. If you have tips on how to convert a codebase without redoing all outstanding pull requests, please let us know! It can even be a good first contribution to provide an implementation on how to do a rolling change. |
This comment has been minimized.
This comment has been minimized.
|
ooh gotcha, thanks |
miguelmota
closed this
Jul 22, 2017
This comment has been minimized.
This comment has been minimized.
|
As long as it's standard in spirit |
miguelmota commentedJul 21, 2017
standardnot in package.jsonrandom snippet from source code
suggest removing from README