Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mlewand/eslint-config-mlewand-node


https://github.com/mlewand/eslint-config-mlewand-node

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ESLint Config Node Modules

A set of rules for that I'm using for node modules.

## Usage

```bash
npm install eslint-config-mlewand-node --save-dev
```

Create a `.eslintrc` file in your main package directory, with the following content:

```json
{
"extends": "eslint-config-mlewand-node"
}
```