https://github.com/bodinsamuel/eslint-config
https://github.com/bodinsamuel/eslint-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodinsamuel/eslint-config
- Owner: bodinsamuel
- License: mit
- Created: 2024-09-25T20:08:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:41:44.000Z (3 months ago)
- Last Synced: 2025-03-29T18:45:15.584Z (3 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @nangohq/eslint-config
A reusable eslint config for your CLI installation
```sh
npm i -D @nangohq/eslint-config
```````js
{
"extends": [
"@nangohq"
]
}
```## How to release?
```sh
npm publish
```