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

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


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

Last synced: 2 months ago
JSON representation

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
```