I need an official place where I can quote JavaScript coding conventions similar to what Python have as PEPs, for instance that JavaScript files should end with an empty new line.
The reason why I need to quote things like this is because I am putting together a document of rules/advises that should be followed for a specific project I manage. Too many bugs with our build and whatnot could be avoided and time not wasted if it were for this document to exist already. I believe many of us here feel this pain.