chore(config): Fixed linting errors for CI
All checks were successful
/ build (push) Successful in 38s

This commit is contained in:
Daniël Groothuis
2025-10-31 16:24:51 +01:00
parent 2a9a4f980a
commit 812a836a92
4 changed files with 15 additions and 17 deletions

View File

@@ -9,7 +9,6 @@ import { concatenateResources } from "../../util/resources"
import { trieFromAllFiles } from "../../util/ctx"
export default (() => {
const FolderContent: QuartzComponent = (props: QuartzComponentProps) => {
const { tree, fileData, allFiles } = props
@@ -22,7 +21,6 @@ export default (() => {
const cssClasses: string[] = fileData.frontmatter?.cssclasses ?? []
const classes = cssClasses.join(" ")
const content = (
(tree as Root).children.length === 0
? fileData.description