@eslint-recommended/eslint-config

28.0.0 • 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
28.0.0149latest

Version History

VersionDownloads (Last 7 Days)Published
28.0.0149
27.0.05
26.1.2166
26.1.1459
26.1.05
26.0.251
26.0.14
26.0.04
25.0.05
24.1.04
24.0.14
24.0.04
23.0.04
22.0.04
21.0.05
20.0.04
19.0.05
18.0.05
17.0.04
16.0.34
16.0.24
16.0.14
16.0.04
15.0.14
15.0.05
14.0.04
13.0.05
12.0.04
11.0.15
11.0.04
10.0.033
9.0.04
8.0.04
7.0.24
7.0.14
7.0.04
6.0.14
6.0.04
5.0.15
5.0.04
4.0.04
3.0.04
2.0.25
2.0.14
2.0.05
1.1.24
1.1.14
1.1.04
1.0.14
1.0.04
0.1.35
0.1.24
0.1.14
0.1.04

Package Sidebar

Install

npm i @eslint-recommended/eslint-config

Weekly Downloads

1,067

Version

28.0.0

License

MIT

Unpacked Size

5.62 kB

Total Files

4

Last publish

Collaborators

  • munierujp