chore: apply linter

This commit is contained in:
hanlee 2021-03-16 03:49:51 +09:00
parent 0562a2e591
commit 424907e458

View File

@ -15,10 +15,10 @@ export default defineConfig({
maxWidth: '65ch', maxWidth: '65ch',
color: 'inherit', color: 'inherit',
a: { a: {
color: 'inherit', 'color': 'inherit',
opacity: 0.75, 'opacity': 0.75,
fontWeight: '500', 'fontWeight': '500',
textDecoration: 'underline', 'textDecoration': 'underline',
'&:hover': { '&:hover': {
opacity: 1, opacity: 1,
color: colors.teal[600], color: colors.teal[600],