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

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

My personalized ESLint configuration
https://github.com/lkummer/eslint-config

Last synced: 9 months ago
JSON representation

My personalized ESLint configuration

Awesome Lists containing this project

README

          

# LKummer's ESLint Config

Personalized ESLint config, mostly fixing potential errors.
Works well with [Prettier](https://prettier.io/).

## Usage

Install using NPM:

```
npm install --save-dev @lkummer/eslint-config
```

Add the config to the `extends` section of your ESLint config:

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