@wemake-services/eslint-config-typescript

3.1.1 • Public • Published

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

Package Sidebar

Install

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

Weekly Downloads

5

Version

3.1.1

License

MIT

Unpacked Size

10.1 kB

Total Files

13

Last publish

Collaborators

  • sobolevn