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

Package detail

@eslint-types/jsdoc

eslint-types44.6kMITdeprecated48.2.2TypeScript 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/jsdoc

Install

npm install -D @eslint-types/jsdoc

Usage

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

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

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