eslint-config-trybe-fundamentals
Version:
ESLint shared config used by trybe on Fundamentals projects
24 lines (16 loc) • 341 B
Markdown
ESLint Shared config used by trybe on projects of the Fundamentals module
Simply install this through npm:
```shell
$ npm i eslint-config-trybe-fundamentals
```
Extend this config on your `.eslintrc.json`:
```json
{
// ...
"extends": "trybe-fundamentals"
// ...
}
```