mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-05-27 11:37:24 +02:00
Compare commits
1 Commits
v4.0.1
...
70bdb7013e
Author | SHA1 | Date | |
---|---|---|---|
70bdb7013e
|
@ -2,7 +2,7 @@ import relativeLinksRule from "./src/index.js"
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
config: {
|
config: {
|
||||||
"extends": "markdownlint/style/prettier",
|
extends: "markdownlint/style/prettier",
|
||||||
default: true,
|
default: true,
|
||||||
"relative-links": true,
|
"relative-links": true,
|
||||||
"no-inline-html": false,
|
"no-inline-html": false,
|
||||||
|
Reference in New Issue
Block a user