@eslint-recommended/eslint-config-typescript

47.2.0 • 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 v18 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 extends of your ESLint config.

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,209

Version

47.2.0

License

MIT

Unpacked Size

6.29 kB

Total Files

4

Last publish

Collaborators

  • munierujp