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

https://github.com/mother/javascript

A very reasonable approach to JavaScript
https://github.com/mother/javascript

Last synced: 3 months ago
JSON representation

A very reasonable approach to JavaScript

Awesome Lists containing this project

README

        

# eslint-config-mother

## Usage:

#### Add the extension:

```js
// .eslintrc.js
module.exports = {
extends: "mother"
}

// OR

// .eslintrc
{
"extends": "mother"
}

```

#### Then install the config:
```
npm i --save-dev eslint-config-mother
```