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

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

ESLint configuration for dvhb projects
https://github.com/dvhb/eslint-config

eslint eslint-config javascript

Last synced: about 1 month ago
JSON representation

ESLint configuration for dvhb projects

Awesome Lists containing this project

README

        

# dvhb eslint config

## Install

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

## Use

Put into your `.eslintrc.json`
```json
{
"extends": "@dvhb/eslint-config"
}
```