@wemake-services/eslint-config-javascript
v2.1.1
Published
Shareable configuration for ESLint that we use in wemake.services
Downloads
11
Maintainers
Readme
@wemake-services/eslint-config-javascript
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 @wemake-services/eslint-config-javascript
Then, modify your eslint
configuration:
{
"extends": [
"@wemake-services/javascript"
]
}
Done! Later you can modify your configuration to include any extra rules you need.
License
MIT.