Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @pcrab/eslint-config

## Installation

```shell
pnpm add -D eslint @pcrab/eslint-config
```

## Usage

Add your eslint configuration's extends field.

```json
{
"extends": ["@pcrab/eslint-config"]
}
```