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
- Host: GitHub
- URL: https://github.com/ngarbezza/eslint-config-ngarbezza
- Owner: ngarbezza
- License: mit
- Created: 2021-11-21T14:28:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T17:00:49.000Z (10 months ago)
- Last Synced: 2025-09-08T19:03:49.642Z (10 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
}
```