Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-d-lewis/eslint-config

ESLint config for commonly used rules in personal projects
https://github.com/c-d-lewis/eslint-config

Last synced: 2 days ago
JSON representation

ESLint config for commonly used rules in personal projects

Awesome Lists containing this project

README

        

# @chris-lewis/eslint-config

ESLint config with rules used in personal projects. In particular:

* Allowing use of `console` and `alert`.
* Requiring JSDoc aggresively.
* Being flexible about async loops.
* Being flexible about use of `require`.

## Install

```
npm i -D @chris-lewis/eslint-config
```