When passing any of the flat configs to `tseslint.config`, there is a TypeScript error due to the `files` property being possibly undefined:
```ts
export default tseslint.config(
toml.configs["f...
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have updated to the latest version of the packag...
Related to #36
I know that the prettier plugin API is limited and only one plugin can interact with the AST at a time. According to the [prettier-plugin-tailwindcss readme](https://github.com/tai...