2.1.1 • Published 11 months ago

@wemake-services/eslint-config-javascript v2.1.1

Weekly downloads
61
License
MIT
Repository
github
Last release
11 months ago

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

2.1.1

11 months ago

2.1.0

11 months ago

2.0.0

1 year ago

1.0.0

2 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago