- Standard config base;
- Prettier;
Install dependencies:
npm i -D eslint https://github.com/mathbreder/eslint-config.git
Inside .eslintrc.json
{
"extends": "@mbreder/eslint-config/node"
}
We use Dependabot to keep dependencies and GitHub Actions up to date. Dependabot opens weekly pull requests with suggested upgrades so you can review and merge them.