@wemake-services/eslint-config-javascript
Version:
Shareable configuration for ESLint that we use in wemake.services
43 lines (27 loc) • 1.53 kB
Markdown
# @wemake-services/eslint-config-javascript
[](http://wemake.services)
[](https://travis-ci.com/wemake-services/wemake-frontend-styleguide)
[](https://github.com/wemake-services/wemake-frontend-styleguide)
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 @wemake-services/eslint-config-javascript
```
Then, modify your `eslint` configuration:
```json
{
"extends": [
"@wemake-services/javascript"
]
}
```
Done! Later you can modify your configuration to include
any extra rules you need.
## License
MIT.