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
tailwind4 or tailwind3 syntaxes from this package appear not to be JSON-serializable.
In cases when ESLint tries to serialize the config (for example, when --cache or --print-config option is used), it crashes with the following error:
The requested operation requires ESLint to serialize configuration data,
but the configuration key "Value.theme" contains a function value,
which cannot be serialized.
Please double-check your configuration for errors.