JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12364
  • Score
    100M100P100Q14743F
  • License MIT

TypeScript definitions for eslint-define-config

Package Exports

  • @eslint-types/jsdoc
  • @eslint-types/jsdoc/package.json
  • @eslint-types/jsdoc/types

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