Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Files

Latest commit

92fd4c4 · Apr 4, 2024

History

History

typescript-eslint

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({
  // ...
});