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

https://github.com/elementsweb/j154004-eslint-config

Sharable eslint config containing some common rules
https://github.com/elementsweb/j154004-eslint-config

Last synced: 15 days ago
JSON representation

Sharable eslint config containing some common rules

Awesome Lists containing this project

README

          

# j154004-eslint-config
Sharable eslint config containing some common rules.

## Usage
Install this module in your project:

```bash
npm install --save-dev @j154004/eslint-config
```

Add an .eslintrc.js file to the project root with the following contents:

```javascript
{
"extends": "@j154004"
}
```

## License
MIT License Copyright (c) 2018 elementsweb