Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My eslint config for nodejs
https://github.com/mmurygin/eslint-config-mmurygin-node

eslint eslint-config

Last synced: about 1 month ago
JSON representation

My eslint config for nodejs

Awesome Lists containing this project

README

        

# Eslint config for nodejs

## Getting Started

1. Install dependencies

```
npm install --save-dev eslint eslint-plugin-import eslint-plugin-node eslint-config-airbnb-base eslint-config-mmurygin-node
```

2. Add to your `.eslintrc.json`

```javascript
{
"extends": "mmurygin-node"
}
```