@eslint-types/unicorn
v52.0.0
Published
TypeScript definitions for eslint-define-config
Downloads
27,710
Readme
@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({
// ...
});