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

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

eslint config for wdfe
https://github.com/wdfe/eslint-config-wdfe

Last synced: 5 months ago
JSON representation

eslint config for wdfe

Awesome Lists containing this project

README

          

# eslint-config-wdfe

[![npm package](https://img.shields.io/npm/v/eslint-config-wdfe.svg)](https://www.npmjs.org/package/eslint-config-wdfe)

Eslint config for wdfe

## Install

```bash
npm i eslint-config-wdfe --save-dev
```

.eslintrc.json
```json
{
"extends": "wdfe",
"parser": "babel-eslint"
}
```