# 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.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-plugin-tailwindcss/index.d.ts)
````ts
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](https://npmjs.com/package/@types/eslint)

# Credits
These definitions were written by [Seth Murphy](https://github.com/eagerestwolf).
