Maintaining a consistent codebase is every engineer’s dream. To achieve this, one brute-force method is to look through every pull request being merged and find issues yourself. However, this is too much manual work and could frustrate the reviewer and the pull request author. What if it could be automated?
How to implement custom ESLint rules in your…
Maintaining a consistent codebase is every engineer’s dream. To achieve this, one brute-force method is to look through every pull request being merged and find issues yourself. However, this is too much manual work and could frustrate the reviewer and the pull request author. What if it could be automated?