Skip to content

Conversation

@pauldesmondparker
Copy link

Description

Update tailwind-api-utils to version 1.0.3, which includes a fix for tailwindcss/no-custom-classname

chore: update version to 4.0.0-alpha.13

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

chore: update version to 4.0.0-alpha.13
@pauldesmondparker
Copy link
Author

For anyone who is using this fork, as described here, you can temporarily override it using pnpm with the following in package.json:

  "pnpm": {
    "overrides": {
      "eslint-plugin-tailwindcss": "git+https://github.com/pauldesmondparker/eslint-plugin-tailwindcss.git#chore/update-tailwind-api-utils"
    }
  }

OR with yarn or npm:

  "overrides": {
    "eslint-plugin-tailwindcss": "git+https://github.com/pauldesmondparker/eslint-plugin-tailwindcss.git#chore/update-tailwind-api-utils"
  }

@pauldesmondparker
Copy link
Author

For context, this fixes daisyUI classnames not being recognized. In addition, you'll need to add the following to your tailwindcss flat config. eslint.config.mjs:

{
    settings: {
      tailwindcss: {
        ...
        cssFiles: [
          'node_modules/daisyui/**/*.css',
          ...
        ],
        ...
      },
    },
  }

@hyoban hyoban merged commit 7957814 into hyoban:05-05-move-to-tailwind-api-utils Jun 9, 2025
@pauldesmondparker pauldesmondparker deleted the chore/update-tailwind-api-utils branch July 19, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants