@types/eslint-plugin-tailwindcss
TypeScript icon, indicating that this package has built-in type declarations

3.17.0 • Public • Published

Installation

npm install --save @types/eslint-plugin-tailwindcss

Summary

This package contains type definitions for eslint-plugin-tailwindcss (https://github.com/francoismassart/eslint-plugin-tailwindcss).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-plugin-tailwindcss.

import { ESLint, Linter } from "eslint";

declare const eslintPluginTailwindCSS: ESLint.Plugin & {
    configs: {
        "flat/recommended": Linter.Config[];
        recommended: Linter.LegacyConfig;
    };
};

export = eslintPluginTailwindCSS;

Additional Details

  • Last updated: Tue, 27 Aug 2024 12:11:10 GMT
  • Dependencies: @types/eslint

Credits

These definitions were written by Seth Murphy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/eslint-plugin-tailwindcss

Weekly Downloads

23,888

Version

3.17.0

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types