Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 8 days 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...
}
```