7.5.0 • Published 1 year ago

@eslint-types/typescript-eslint v7.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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