chore: migrate to eslint-better-tailwind (#31969)

This commit is contained in:
Stephen Zhou
2026-02-05 17:36:08 +08:00
committed by GitHub
parent be8f265e43
commit 7202a24bcf
9 changed files with 941 additions and 367 deletions

View File

@@ -14,7 +14,6 @@ const ErrorMessage = ({
errorMsg,
}: ErrorMessageProps) => {
return (
// eslint-disable-next-line tailwindcss/migration-from-tailwind-2
<div className={cn(
'flex gap-x-0.5 rounded-xl border-[0.5px] border-components-panel-border bg-opacity-40 bg-toast-error-bg p-2 shadow-xs shadow-shadow-shadow-3',
className,