Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garthdb/eslint-config-garthdb

My personal preferences for eslint.
https://github.com/garthdb/eslint-config-garthdb

eslint eslint-config

Last synced: about 1 month ago
JSON representation

My personal preferences for eslint.

Awesome Lists containing this project

README

        

# eslint-config-garthdb

## How to use:

### Install via npm

```sh
npm install --save-dev eslint-config-garthdb
```

### Add `.eslintrc` file

```json
{
"extends": "garthdb"
}
```