0.6.0 • Published 6 years ago

eslint-config-wemake v0.6.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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.

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago