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.
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.
MIT.