52.0.0 • Published 1 year ago

@eslint-types/unicorn v52.0.0

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

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