Linted code

This commit is contained in:
2024-06-21 00:33:07 +02:00
parent a99f3a4396
commit 2dcde6b0d8
12 changed files with 60 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
import type { Config } from "tailwindcss"
import typography from "@tailwindcss/typography"
import type { Config } from 'tailwindcss'
import typography from '@tailwindcss/typography'
export default <Partial<Config>>{
content: [
@@ -16,5 +16,5 @@ export default <Partial<Config>>{
'./app.config.{js,ts}',
'content/**/*.md'
],
plugins: [typography],
plugins: [typography]
}