Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idaho/fltri-eslint-config


https://github.com/idaho/fltri-eslint-config

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @fltri/eslint-config

My custom ESLint config set.

Install:

```sh
npm install --save-dev @fltri/eslint-config
```

Usage in your eslint configuration file:

```json
{
"extends": [
"@fltri"
]
}
```