eslint-config-wemake

0.6.0 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-wemake

Weekly Downloads

1

Version

0.6.0

License

MIT

Unpacked Size

51.6 kB

Total Files

8

Last publish

Collaborators

  • sobolevn