7.8.1 • Published 3 years ago

@cookielab.io/eslint-config-typescript v7.8.1

Weekly downloads
6
License
MIT
Repository
gitlab
Last release
3 years ago

Cookielab's ESLint config for TypeScript

This package contains ESLint configuration for our code style.

The code-style tries to be as strict and defensive as possible to avoid unwanted side-effects and increase code readability.

Installation

First add package as dev-dependency

npm install --save-dev @cookielab.io/eslint-config-typescript

or

yarn add --dev @cookielab.io/eslint-config-typescript

Set up .eslintrc.json in your project's root to extend our package.

{
	"extends": "@cookielab.io/eslint-config-typescript"
}

Run tests

Package contains tests to ensure all available rules are explicitly set for each environment.

bin/jest

It is also checked by its own plain ESlint set of rules.

bin/lint
7.8.1

3 years ago

7.8.0

3 years ago

7.7.1

5 years ago

7.7.0

5 years ago

7.6.0

5 years ago

7.5.0

5 years ago

7.4.0

5 years ago

7.3.0

5 years ago

7.2.1

5 years ago

7.2.0

5 years ago

7.1.0

5 years ago

7.0.0

5 years ago

6.3.0

5 years ago

6.2.0

5 years ago

6.1.0

5 years ago

6.0.0

5 years ago

5.0.0

5 years ago