How to create a custom ESLint rule
September 22, 2022
The process of making your own ESLint rule can seem daunting – especially if you’ve looked at any of the code for rules that already exist. However, while there is a decent amount to think about and learn, you can do it. In this article, you’ll learn about the entire process of making an ESLint rule. Each step will be broken down and explained so that you can confidently begin making your own.