@eslint-types/typescript-eslint
Version:
TypeScript definitions for eslint-define-config
36 lines (28 loc) • 1.1 kB
Markdown
<p>
<a href="https://www.npmjs.com/package/@eslint-types/typescript-eslint" target="_blank">
<img alt="NPM package" src="https://img.shields.io/npm/v/@eslint-types/typescript-eslint.svg">
</a>
<a href="https://www.npmjs.com/package/@eslint-types/typescript-eslint" target="_blank">
<img alt="Downloads" src="https://img.shields.io/npm/dt/@eslint-types/typescript-eslint.svg">
</a>
<a href="https://github.com/eslint-types/define-config-plugin-types/blob/main/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/github/license/eslint-types/define-config-plugin-types.svg">
</a>
<a href="https://www.paypal.com/donate?hosted_button_id=L7GY729FBKTZY" target="_blank">
<img alt="Donate: PayPal" src="https://img.shields.io/badge/Donate-PayPal-blue.svg">
</a>
</p>
# @eslint-types/typescript-eslint
## Install
```sh
npm install -D @eslint-types/typescript-eslint
```
## Usage
```js
// @ts-check
const { defineConfig } = require('eslint-define-config');
/// <reference types="@eslint-types/typescript-eslint" />
module.exports = defineConfig({
// ...
});
```