Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@eslint-types/typescript-eslint

eslint-types173.7kMITdeprecated7.5.0TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

TypeScript definitions for eslint-define-config

readme

NPM package Downloads License: MIT Donate: PayPal

@eslint-types/typescript-eslint

Install

npm install -D @eslint-types/typescript-eslint

Usage

// @ts-check
const { defineConfig } = require('eslint-define-config');

/// <reference types="@eslint-types/typescript-eslint" />

module.exports = defineConfig({
  // ...
});