50.1.0 • Published 1 year ago

@eslint-recommended/eslint-config-typescript v50.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm version lint ESLint Recommended

@eslint-recommended/eslint-config-typescript

Recommended ESLint Shareable Config for TypeScript

Overview

@eslint-recommended/eslint-config-typescript is using following configurations and plugins.

Requirements

  • Node.js v20 or later
  • ESLint v8

Installation

npm:

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

Yarn:

yarn add -D @eslint-recommended/eslint-config-typescript

pnpm:

pnpm add -D @eslint-recommended/eslint-config-typescript

Usage

Add @eslint-recommended/typescript to the extends section of your ESLint configuration file.

JavaScript:

module.exports = {
  extends: [
    '@eslint-recommended/typescript'
    // add other rulesets here if needed
  ]
}

YAML:

extends:
  - @eslint-recommended/typescript
  # add other rulesets here if needed

JSON:

{
  "extends": [
    "@eslint-recommended/typescript"
    // add other rulesets here if needed
  ]
}

Badge

You can use below badge to show that your project is using ESLint Recommended.

ESLint Recommended

Markdown:

[![ESLint Recommended](https://img.shields.io/badge/eslint-recommended-%234B32C3)](https://github.com/eslint-recommended)

HTML:

<a href="https://github.com/eslint-recommended"><img src="https://img.shields.io/badge/eslint-recommended-%234B32C3" alt="ESLint Recommended"></a>

Related Packages

50.1.0

1 year ago

50.0.0

1 year ago

50.0.1

1 year ago

49.0.1

1 year ago

49.0.0

1 year ago

48.0.0

1 year ago

47.2.0

1 year ago

47.1.0

1 year ago

47.0.0

1 year ago

46.0.0

1 year ago

45.0.0

1 year ago

44.0.0

1 year ago

43.0.0

1 year ago

40.0.0

1 year ago

38.0.0

1 year ago

37.0.0

1 year ago

39.0.0

1 year ago

42.0.0

1 year ago

41.0.0

1 year ago

36.0.0

1 year ago

35.0.0

1 year ago

34.0.0

1 year ago

29.0.1

2 years ago

29.0.2

2 years ago

29.0.0

2 years ago

32.0.0

2 years ago

28.0.0

2 years ago

31.0.0

2 years ago

31.0.1

2 years ago

26.0.0

2 years ago

27.0.0

2 years ago

30.0.3

2 years ago

30.0.1

2 years ago

30.0.2

2 years ago

30.0.0

2 years ago

33.0.0

2 years ago

19.0.0

2 years ago

15.0.0

2 years ago

23.0.0

2 years ago

22.0.0

2 years ago

18.0.0

2 years ago

21.0.1

2 years ago

21.0.0

2 years ago

17.0.3

2 years ago

17.0.2

2 years ago

25.0.0

2 years ago

17.0.1

2 years ago

17.0.0

2 years ago

20.0.0

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

24.0.0

2 years ago

5.0.0

2 years ago

12.0.0

2 years ago

8.0.0

2 years ago

10.0.0

2 years ago

6.0.0

2 years ago

3.0.0

3 years ago

4.0.0

2 years ago

14.0.0

2 years ago

13.0.0

2 years ago

7.0.0

2 years ago

9.0.0

2 years ago

11.0.0

2 years ago

2.0.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago