4.0.0 • Published 5 years ago

@cookielab.io/eslint-config-server v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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
4.0.0

5 years ago

3.0.4

6 years ago

3.0.5

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.7

7 years ago