mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 18:56:01 +01:00
Change linter config to antfu config and lint code
This commit is contained in:
@@ -14,24 +14,24 @@ export default <Partial<Config>>{
|
||||
'./Error.{js,ts,vue}',
|
||||
'./error.{js,ts,vue}',
|
||||
'./app.config.{js,ts}',
|
||||
'content/**/*.md'
|
||||
'content/**/*.md',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
animation: {
|
||||
wave: 'wave 3s infinite'
|
||||
wave: 'wave 3s infinite',
|
||||
},
|
||||
keyframes: {
|
||||
wave: {
|
||||
'0%, 50%, 100%': {
|
||||
transform: 'rotate(-12deg)'
|
||||
transform: 'rotate(-12deg)',
|
||||
},
|
||||
'25%, 75%': {
|
||||
transform: 'rotate(12deg) scale(1.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
transform: 'rotate(12deg) scale(1.5)',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [typography]
|
||||
plugins: [typography],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user