Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveteam/eslint-config-nav9
https://github.com/naveteam/eslint-config-nav9
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/naveteam/eslint-config-nav9
- Owner: naveteam
- Created: 2023-01-09T13:43:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T17:35:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T23:40:09.267Z (10 days ago)
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]"
}
```