You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a bunch of shared configuration stored in a layer that my projects inherit from. In this shared layer, you'll find the tailwind config file with some custom colors (or whatever). Unfortunately, the plugin doesn't seems to be able to get the config from the layer.
Expected behavior
As the color exists in the layer, it shouldn't raised an error. You should note that the error is not thrown when running eslint inside the shared layer, as the color is correctly detected.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a bunch of shared configuration stored in a layer that my projects inherit from. In this shared layer, you'll find the tailwind config file with some custom colors (or whatever). Unfortunately, the plugin doesn't seems to be able to get the config from the layer.
To Reproduce
./prepare.sh
npm run lint
Expected behavior
As the color exists in the layer, it shouldn't raised an error. You should note that the error is not thrown when running eslint inside the shared layer, as the color is correctly detected.
The text was updated successfully, but these errors were encountered: