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
- Host: GitHub
- URL: https://github.com/dvhb/eslint-config
- Owner: dvhb
- License: mit
- Created: 2017-02-24T12:51:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T12:43:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T09:42:12.137Z (3 months ago)
- Topics: eslint, eslint-config, javascript
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.md
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"
}
```