You are here |
killalldefects.com | ||
| | | |
circleci.com
|
|
| | | | Learn how to add a linting and formatting workflow to your CI/CD pipeline using Eslint and Prettier. | |
| | | |
www.aleksandrhovhannisyan.com
|
|
| | | | Never worry about manually formatting your code again. Improve your developer experience by setting up ESLint to format code on save in VS Code. | |
| | | |
blog.codeminer42.com
|
|
| | | | In this article, the author brings all the information you need about ESLint, Prettier and Husky to ensure code quality and adherence to best practices. | |
| | | |
yasoob.me
|
|
| | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it? |