2.2.6 • Published 3 years ago

@zenloopgmbh/eslint-config-typescript v2.2.6

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@zenloopgmbh/eslint-config-typescript

This config configures all recommended Eslint rules by Zenloop for typescript projects.

Installation

npm i -D @zenloopgmbh/eslint-config-typescript

Usage

In eslintrc.js file add:

{
  "extends": [
    "@zenloopgmbh/typescript"
  ]
}

Development

To update plugins and the rules:

  1. Update all plugins packages to the latest

  2. Run npm test inside of the package directory.

  3. Apply missing rules and remove deprecated ones.

  4. Go to https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin and verify that each category has it's own file in /lib directory.

  5. In case of the category is missing a file, first add a new test and then create a file with new rules.

2.2.1

3 years ago

2.1.2

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.5

3 years ago

2.2.4

3 years ago

2.2.6

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago