Scaffold an eslint Plugin with Yeoman

Share this video with your friends

Send Tweet

In this lesson you will learn how to use the eslint yeoman generator to scaffold a new plugin to provide custom rules for your project. You will also be able to check the basic skeleton for an eslint ruleand a working example rule to apply a naming convention for async functions.