francoismassart / eslint-plugin-tailwindcss

ESLint plugin for Tailwind CSS usage
https://www.npmjs.com/package/eslint-plugin-tailwindcss
MIT License
1.38k stars 65 forks source link

[BUG] (regression) 3.17.4 not loading config (color) on no-custom-classname #348

Open Squixx opened 3 weeks ago

Squixx commented 3 weeks ago

Describe the bug On 3.17.3 my config is loading correctly and all my linting succeeds, on 3.17.4 all files fail on colors which are supposed to be loaded from the config file.

To Reproduce Have a project using custom colors, update to 3.17.4, run the linting rules with "tailwindcss/no-custom-classname": "error" {"config": "<path>"}