@eslint-recommended/eslint-config-typescript

49.0.1 • Public • Published

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

Usage

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

module.exports = {
  extends: [
    '@eslint-recommended/typescript'
    // 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

Package Sidebar

Install

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

Weekly Downloads

1,624

Version

49.0.1

License

MIT

Unpacked Size

6.54 kB

Total Files

4

Last publish

Collaborators

  • munierujp