1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

build(deps): update Node.js to v24.0.2 to address security issue

Ref: https://nodejs.org/en/blog/release/v24.0.2
This commit is contained in:
2025-05-20 21:13:02 +02:00
parent d795025860
commit e044b4caea
13 changed files with 846 additions and 1233 deletions

View File

@@ -1,4 +1,4 @@
import relativeLinksRule, { markdownIt } from "markdownlint-rule-relative-links"
import relativeLinksRule from "markdownlint-rule-relative-links"
const config = {
config: {
@@ -11,9 +11,6 @@ const config = {
globs: ["**/*.md"],
ignores: ["**/node_modules"],
customRules: [relativeLinksRule],
markdownItFactory: () => {
return markdownIt
},
}
export default config