From 70bdb7013eacba690a64bee78a5789aa3781aabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 28 Dec 2024 23:15:32 +0100 Subject: [PATCH] style: fix prettier --- .markdownlint-cli2.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint-cli2.mjs b/.markdownlint-cli2.mjs index c43f62c..1f8f0ef 100644 --- a/.markdownlint-cli2.mjs +++ b/.markdownlint-cli2.mjs @@ -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,