1 Commits

Author SHA1 Message Date
70bdb7013e style: fix prettier 2024-12-28 23:15:32 +01:00

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,