An open API service indexing awesome lists of open source software.

https://github.com/ngarbezza/eslint-config-ngarbezza

ESLint rules shared by Nahuel Garbezza's projects
https://github.com/ngarbezza/eslint-config-ngarbezza

Last synced: 5 months ago
JSON representation

ESLint rules shared by Nahuel Garbezza's projects

Awesome Lists containing this project

README

          

# eslint-config-ngarbezza

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:

1. Install the NPM package as a dev dependency (`npm i --save-dev eslint-config-ngarbezza`)
2. Add the following to your `package.json`:

```json
{
"extends": "eslint-config-ngarbezza"
}
```