3.1.1 • Published 11 months ago

@wemake-services/eslint-config-typescript v3.1.1

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

@wemake-services/eslint-config-typescript

wemake.services Build Status wemake-frontend-styleguide

Shareable configuration for eslint and typescript.

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-typescript

Then, modify your eslint configuration:

{
  "extends": [
    "@wemake-services/typescript/recommended"
  ]
}

You have three options to choose from:

  1. recommended which contains the best amount of rules
  2. base which contains the most important ones
  3. strict which contains rules that require typescript build (slow, but good!)

Done! Later you can modify your configuration to include any extra rules you need.

License

MIT.

3.1.1

11 months ago

3.1.0

11 months ago

3.0.0

1 year 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.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago