style: fix prettier

This commit is contained in:
Théo LUDWIG 2024-12-28 23:15:32 +01:00
parent db57d67b0b
commit 70bdb7013e
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -2,7 +2,7 @@ import relativeLinksRule from "./src/index.js"
const config = {
config: {
"extends": "markdownlint/style/prettier",
extends: "markdownlint/style/prettier",
default: true,
"relative-links": true,
"no-inline-html": false,