@wemake-services/eslint-config-javascript

2.1.1 • Public • Published

@wemake-services/eslint-config-javascript

wemake.services Build Status wemake-frontend-styleguide

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 @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.

Package Sidebar

Install

npm i @wemake-services/eslint-config-javascript

Weekly Downloads

3

Version

2.1.1

License

MIT

Unpacked Size

8.93 kB

Total Files

4

Last publish

Collaborators

  • sobolevn