JSPM

@eslint-types/unicorn

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

TypeScript definitions for eslint-define-config

Package Exports

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

Readme

NPM package Downloads License: MIT Donate: PayPal

@eslint-types/unicorn

Install

npm install -D @eslint-types/unicorn

Usage

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

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

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