ESLintのplugin
ESLint
のルールを追加するnpmパッケージ
A plugin is an npm package that usually exports rules. Some plugins also export one or more named configurations. Make sure the package has been installed to a directory where ESLint can require it.
Configuring ESLint - ESLint - Pluggable JavaScript linter