Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.28 KB

eslint-config-wemake

wemake.services Build Status

Shareable configuration for eslint.

JavaScript Style Guide - Standard Style

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

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.