Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Personal preferences for eslint configuration.
https://github.com/jardenliu/eslint-config

Last synced: 7 days ago
JSON representation

Personal preferences for eslint configuration.

Awesome Lists containing this project

README

        

# eslint-config
Personal preferences for eslint configuration.

## Installation

```bash
$ npm install @jardenliu/eslint-config
```

## Usage

add extends `@jardenliu` into your eslint config `.eslintrc`

```json
{
"root": true,
"extends": [
"@jardenliu"
],
"rules": {

}
}
```