26.1.1 • Published 1 year ago

@eslint-recommended/eslint-config v26.1.1

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

npm version lint ESLint Recommended

@eslint-recommended/eslint-config

Recommended ESLint Shareable Config for JavaScript

Overview

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

Requirements

  • Node.js v20 or later
  • ESLint v8

Installation

npm:

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

Yarn:

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

pnpm:

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

Usage

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

JavaScript:

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

YAML:

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

JSON:

{
  "extends": [
    "@eslint-recommended"
    // 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

26.1.1

1 year ago

26.1.0

1 year ago

26.0.2

1 year ago

26.0.1

1 year ago

26.0.0

1 year ago

25.0.0

1 year ago

24.1.0

1 year ago

24.0.1

1 year ago

23.0.0

1 year ago

22.0.0

1 year ago

24.0.0

1 year ago

19.0.0

1 year ago

18.0.0

1 year ago

21.0.0

1 year ago

17.0.0

1 year ago

20.0.0

1 year ago

15.0.0

2 years ago

15.0.1

2 years ago

16.0.2

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

16.0.3

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

6.0.1

2 years ago

10.0.0

2 years ago

6.0.0

2 years ago

14.0.0

2 years ago

13.0.0

2 years ago

7.0.0

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

12.0.0

2 years ago

8.0.0

2 years ago

9.0.0

2 years ago

11.0.0

2 years ago

11.0.1

2 years ago

3.0.0

2 years ago

2.0.2

2 years ago

4.0.0

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago