48.2.2 • Published 1 month ago

@eslint-types/jsdoc v48.2.2

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

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