eslint-config-wemake
v0.6.0
Published
Shareable configuration for Eslint that we use in wemake.services
Downloads
9
Maintainers
Readme
eslint-config-wemake
Shareable configuration for eslint
.
The main idea of this configuration is to be:
- Highly opinionated (!)
- Strict about syntax and secure by default
- Enforces best-practices
The ultimate goal of this project is to become the strictest config available.
Installation
npm install --save-dev eslint-config-wemake
Then, modify your eslint
configuration:
{
"extends": [
"wemake"
]
}
Done! Later you can modify your configuration to include any extra rules you need.
License
MIT.