Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naveteam/eslint-config-nav9


https://github.com/naveteam/eslint-config-nav9

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-nav9

# Como usar

Instalar as dependências
```
npm i -D eslint @naveteam/eslint-config
```

Criar/editar o arquivo .eslintrc.json e incluir a seguinte linha:
```
{
"extends": "@naveteam/eslint-config/[scopo do projeto, ex.: react]"
}
```