@eslint-recommended/eslint-config

26.1.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
26.1.1203latest

Version History

VersionDownloads (Last 7 Days)Published
26.1.1203
26.1.00
26.0.20
26.0.10
26.0.00
25.0.00
24.1.00
24.0.10
24.0.00
23.0.00
22.0.00
21.0.00
20.0.00
19.0.01
18.0.00
17.0.01
16.0.31
16.0.21
16.0.11
16.0.01
15.0.11
15.0.01
14.0.00
13.0.00
12.0.00
11.0.10
11.0.00
10.0.08
9.0.00
8.0.00
7.0.20
7.0.10
7.0.00
6.0.10
6.0.00
5.0.10
5.0.00
4.0.00
3.0.00
2.0.20
2.0.10
2.0.00
1.1.20
1.1.10
1.1.00
1.0.10
1.0.00
0.1.31
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i @eslint-recommended/eslint-config

Weekly Downloads

220

Version

26.1.1

License

MIT

Unpacked Size

5.62 kB

Total Files

4

Last publish

Collaborators

  • munierujp