ESLint rules shared by Nahuel Garbezza's projects.
More info on Shareable configs: https://eslint.org/docs/developer-guide/shareable-configs
To use it in your NPM project:
- Install the NPM package as a dev dependency (
npm i --save-dev eslint-config-ngarbezza
) - Add the following to your
package.json
:
{
"extends": "eslint-config-ngarbezza"
}