Installation
To install and use this ESLint plugin, you need to have ESLint already set up in your project. You can then add the plugin as a development dependency with npm or yarn:
npm install @mindfiredigital/eslint-plugin-hub --save-dev
or
yarn add @mindfiredigital/eslint-plugin-hub --dev