eslint-config-wemake
Version:
Shareable configuration for Eslint that we use in wemake.services
40 lines (25 loc) • 1.31 kB
Markdown
# eslint-config-wemake
[](https://wemake.services) [](https://travis-ci.org/wemake-services/eslint-config-wemake)
Shareable configuration for [`eslint`](https://github.com/eslint/eslint).
[](http://standardjs.com)
The main idea of this configuration is to be:
1. Highly opinionated (!)
2. Strict about syntax and secure by default
3. Enforces best-practices
The ultimate goal of this project is to become the strictest config available.
## Installation
```bash
npm install --save-dev eslint-config-wemake
```
Then, modify your `eslint` configuration:
```json
{
"extends": [
"wemake"
]
}
```
Done! Later you can modify your configuration to include
any extra rules you need.
## License
MIT.