- Add this package as a dev dependency
npm install eslint-config-boilerguide --save-dev
oryarn add -D eslint-config-boilerguide
- Add this snippet to your eslint config
"extends": [ "boilerguide ],
Publishing to the NPM registry is handled by github actions when a new github release is created