5.0.3 • Published 8 months ago

@manuth/eslint-plugin-typescript v5.0.3

Weekly downloads
34
License
MIT
Repository
-
Last release
8 months ago

ESLintPresets

status-badge

A set of personal eslint-rulesets for TypeScript-projects

Usage

Flat Config Interface

Import flatConfigs from this module and use the desired configurations:

eslint.config.js:

import { flatConfigs } from "@manuth/eslint-plugin-typescript";

export default [
    ...flatConfigs.recommendedWithTypeChecking
]

Following configurations are available:

  • weak:
    Lightweight configurations which prevent common issues from happening
  • weakWithTypeChecking:
    The weak configuration including rules which require type checking
  • recommended:
    An opinionated default configuration
  • recommendedWithTypeChecking:
    The recommended configuration including rules which require type checking

eslintrc (Legacy) Config Interface

Add the desired presets to the extends-list of your configuration:

.eslintrc.cjs:

module.exports = {
    extends = [
        "plugins:@manuth/typescript/recommended-requiring-type-checking"
    ];
};

Following configurations are available:

  • weak:
    Lightweight configurations which prevent common issues from happening
  • weak-requiring-type-checking:
    The weak configuration including rules which require type checking
  • recommended:
    An opinionated default configuration
  • recommended-requiring-type-checking:
    The recommended configuration including rules which require type checking
5.0.3

8 months ago

5.0.2

8 months ago

5.0.1

8 months ago

5.0.0

8 months ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.1

3 years ago

3.3.4

3 years ago

3.3.3

3 years ago

4.0.0

3 years ago

3.3.1

3 years ago

3.3.0

3 years ago

3.3.2

3 years ago

3.2.9

3 years ago

3.2.8

3 years ago

3.2.7

3 years ago

3.2.10

3 years ago

3.2.6

4 years ago

3.2.5

4 years ago

3.2.4

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.2.3

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.3.10

4 years ago

2.3.9

4 years ago

2.3.8

4 years ago

2.3.7

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

1.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago