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

https://github.com/forscht/eslintrc

Sharable eslint config written with SOLID principles in mind.
https://github.com/forscht/eslintrc

Last synced: about 2 months ago
JSON representation

Sharable eslint config written with SOLID principles in mind.

Awesome Lists containing this project

README

          

# eslintrc
Sharable eslint config for backend written with SOLID principles in mind.

## Install

`npm in --save-dev @forscht/eslintrc`

## Usage
Add the following to your `.eslintrc` file.
```json
{
"extends": "@forscht/eslintrc"
}
```