26.0.0 • Published 10 hours ago

@eslint-recommended/eslint-config v26.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 hours 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

Usage

Add @eslint-recommended to extends of your ESLint config.

module.exports = {
  extends: [
    '@eslint-recommended'
    // add other rulesets here if needed
  ],
  rules: {
    // override/add rules settings 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.0.0

10 hours ago

25.0.0

23 hours ago

24.1.0

16 days ago

24.0.1

28 days ago

23.0.0

1 month ago

22.0.0

1 month ago

24.0.0

1 month ago

19.0.0

4 months ago

18.0.0

4 months ago

21.0.0

4 months ago

17.0.0

4 months ago

20.0.0

4 months ago

15.0.0

10 months ago

15.0.1

8 months ago

16.0.2

8 months ago

16.0.1

8 months ago

16.0.0

8 months ago

16.0.3

8 months ago

5.0.1

1 year ago

5.0.0

1 year ago

6.0.1

1 year ago

10.0.0

1 year ago

6.0.0

1 year ago

14.0.0

12 months ago

13.0.0

12 months ago

7.0.0

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

12.0.0

1 year ago

8.0.0

1 year ago

9.0.0

1 year ago

11.0.0

1 year ago

11.0.1

1 year ago

3.0.0

1 year ago

2.0.2

1 year ago

4.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago