I was checking out some of the standards and the checklist on github. And I came across AirBnB's style guide.
Basically style guides are like not so common yet effective approach towards the handling of the javascript within their own company. So they are passing those style guides to others in a github.
There are some really good not-so-common practices being shard in the guide. And some of which you can easily use in the project to get the most out of the practices.
You can check out the repository here.
https://github.com/airbnb/javascript
A lot of this repository is about learning from those approaches. So I can't personally document about it in the blog post. It's more or less approach for learning. So if you are into learning javascript then this guide can be useful for you.
You can also check out the official website of standardjs which can be also useful for you in projects.
https://standardjs.com/index.html
Image by Unsplash
I hope this repository is useful for you. And if not then do pass this article to someone who is into code and development.
Thank you for reading. I'd appreciate an upvote if you like the content.
Cheers,
Devpress