chore(theme): lint

This commit is contained in:
Benjamin Canac
2024-04-12 14:01:23 +02:00
parent 290e4ce150
commit 74a640ceca
11 changed files with 51 additions and 65 deletions

View File

@@ -13,15 +13,14 @@ export default {
variants: {
size: {
'2xs': { root: 'text-xs' },
xs: { root: 'text-xs' },
sm: { root: 'text-sm' },
md: { root: 'text-sm' },
lg: { root: 'text-base' },
xl: { root: 'text-base' }
'xs': { root: 'text-xs' },
'sm': { root: 'text-sm' },
'md': { root: 'text-sm' },
'lg': { root: 'text-base' },
'xl': { root: 'text-base' }
},
required: {
true: {
// eslint-disable-next-line quotes
label: `after:content-['*'] after:ms-0.5 after:text-red-500 dark:after:text-red-400`
}
}