chore(config): Fixed linting errors for CI
All checks were successful
/ build (push) Successful in 38s
All checks were successful
/ build (push) Successful in 38s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: "22"
|
||||
check-latest: true
|
||||
|
||||
- name: Cache dependencies
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
public
|
||||
node_modules
|
||||
.quartz-cache
|
||||
content
|
||||
|
||||
@@ -47,8 +47,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
node.displayName = "📄 " + node.displayName
|
||||
}
|
||||
},
|
||||
}
|
||||
),
|
||||
}),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user