Lint code

This commit is contained in:
2024-07-24 01:54:48 +02:00
parent 5c96b8eea0
commit f18bd1fd98
22 changed files with 13391 additions and 38 deletions

View File

@@ -14,12 +14,12 @@ export default <Partial<Config>>{
'./Error.{js,ts,vue}',
'./error.{js,ts,vue}',
'./app.config.{js,ts}',
'content/**/*.md'
'content/**/*.md',
],
theme: {
extend: {
}
},
},
plugins: [typography]
plugins: [typography],
}