# TailwindBlockParams

`interface` in `eslint-config` · v1.4.3-next.0

<https://docs.seedcord.org/packages/eslint-config/1.4.3-next.0/interfaces/tailwind-block-params>

Parameters consumed by [`tailwindBlock`](/packages/eslint-config/1.4.3-next.0/functions/tailwind-block).

```ts
interface TailwindBlockParams
```

## Properties

### calleeFunctions

```ts
calleeFunctions: string[]
```

Utility function names whose string arguments get scanned.

### entryPoint

```ts
entryPoint: string | undefined;
```

Absolute path to the Tailwind entry CSS file. When `undefined`, the block is a no-op (just declares `files` with no plugins or rules), so packages with no Tailwind surface register no canonical-class rules.

### files

```ts
files: string[]
```

File globs the block applies to (typically TS_FILES from constants).

### taggedTemplates

```ts
taggedTemplates: string[]
```

Tagged template literal names whose template content gets scanned.
