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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Usage
1. `npm install --save-dev eslint-config-ospoon`
2. create a file named `.eslintrc` in your project:

```js
{
"extends": "ospoon"
// Your overrides...
}
```