# PrettierConfig

`type` in `eslint-config/prettier` · v2.2.1

<https://docs.seedcord.org/packages/eslint-config/2.2.1/types/prettier-config-2>

Prettier config augmented with the option keys contributed by `prettier-plugin-tailwindcss`. The plugin's options are not part of prettier's own `Options` type.

## Declaration

```ts
type PrettierConfig = Options & {
    tailwindStylesheet?: string;
    tailwindFunctions?: string[];
    tailwindAttributes?: string[];
    tailwindPreserveDuplicates?: boolean;
};
```
