In this post, I will show you how to configure eslint in Visual Studio Code. What is Eslint As per the Wikipedia ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. It was …
Creating a Custom ESLint Rule Using an ESLint Plugin In this blog post, we will explore how to create a custom ESLint rule using an ESLint plugin. ESLint plugins are extensions for ESLint that allow you to enforce rules that …