Skip to content

Commit ecb590a

Browse files
authored
Update docs to recommend markdownlint-cli2 (#20)
* docs: update docs to recommend markdownlint-cli2 * Use markdownlint-cli2 in this library * docs: instruct reloading window
1 parent 9af8d0d commit ecb590a

File tree

5 files changed

+156
-232
lines changed

5 files changed

+156
-232
lines changed

.markdownlint-cli2.cjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const options = require('./index.js').init({
2+
"default": false,
3+
"heading-increment": true,
4+
"no-alt-text": true,
5+
"single-h1": true,
6+
"no-emphasis-as-header": true,
7+
"first-line-heading": true
8+
})
9+
module.exports = {
10+
config: options,
11+
customRules: ["./index.js"],
12+
}

.markdownlint.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)