Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecb590a

Browse filesBrowse 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
Copy full SHA for ecb590a

File tree

Expand file treeCollapse file tree

5 files changed

+156
-232
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+156
-232
lines changed

‎.markdownlint-cli2.cjs

Copy file name to clipboard
+12Lines 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

Copy file name to clipboardExpand all lines: .markdownlint.js
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.