From 2af5f28ad91fe6fa1ddf505fdbd812dd74a65edb Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Fri, 24 Apr 2026 05:55:21 +0000
Subject: [PATCH] chore: update package.json
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index c103ab8..b3fc08d 100644
--- a/package.json
+++ b/package.json
@@ -53,8 +53,8 @@
"hook:commit": "lint-staged --config .lintstagedrc.js",
"hook:push": "node scripts/test-hugo-quickstart.ts",
"lint:links": "lychee --config lychee.toml public",
- "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}",
- "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}",
+ "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
+ "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
"prepare": "simple-git-hooks install",
"release": "release-it --config .release-it.ts",
"release:pre": "release-it --preRelease=prerelease --config .release-it.ts",
--
Gitblit v1.10.0