https://github.com/developit/eslint-config-developit
developit's generic eslint config for libraries
https://github.com/developit/eslint-config-developit
Last synced: 8 months ago
JSON representation
developit's generic eslint config for libraries
- Host: GitHub
- URL: https://github.com/developit/eslint-config-developit
- Owner: developit
- License: gpl-3.0
- Created: 2017-12-08T15:47:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T15:52:28.000Z (over 5 years ago)
- Last Synced: 2025-04-10T11:16:07.322Z (9 months ago)
- Language: JavaScript
- Homepage: https://npm.im/eslint-config-developit
- Size: 19.5 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-developit
developit's eslint configuration, with some sensible defaults for ES2015, React and Mocha.
## Installation
Install eslint and this config:
```
npm i -D eslint eslint-config-developit
```
Now in your `package.json`:
````
{
"eslintConfig": {
"extends": "eslint-config-developit"
}
}
````
## Credits
This is a modified version of [eslint-config-synacor](https://github.com/synacor/eslint-config-synacor)