To start using the plugin, you need to create a new Plan object. Then there are several commands to configure the object for the plan. For example: plan.setTasks ...
To create ESLint plugins, you'll need to understand how to parse JavaScript code and how ESLint's architecture allows for plugins. The key components you'll need to grasp are: Concept: An AST is a ...