See official ESLint website for documentation.
Add the configuration via npm as a dev-dependency:
npm i -D eslint-config-collabos
Or via Yarn:
yarn add --dev eslint-config-collabos
Lastly, simply add a .eslintrc
file with the following configuration:
{
"extends": "eslint-config-collabos"
}
Contact Yegor Borisenco to be added as an owner of the npm module, which will allow you to publish the changes.