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

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

DimplesY's ESLint config presets
https://github.com/dimplesy/eslint-config

Last synced: 21 days ago
JSON representation

DimplesY's ESLint config presets

Awesome Lists containing this project

README

          

# @dimplesyj/eslint-config

My personal ESLint config

Forked from [antfu/eslint-config](https://github.com/antfu/eslint-config)

# Usage

## Install

```bash
pnpm add -D eslint @dimplesyj/eslint-config
```

## config `.eslintrc`

```json
{
"extends": ["@dimplesyj"]
}
```