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
- Host: GitHub
- URL: https://github.com/wdfe/eslint-config-wdfe
- Owner: wdfe
- Created: 2017-04-26T07:06:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T03:14:12.000Z (over 8 years ago)
- Last Synced: 2025-09-07T05:31:55.776Z (11 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-wdfe
[](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"
}
```