Eslint custom rule without plugin(Without publishing to npm) bysantosh •March 28, 2020 In this post, I will show you how to create a custom rule using the ESLint plugin. What are ESLint Plugins It’s an extension for ESLint that will enforce rules that are not implemented into the ESLint core. For example, if you…