Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9a11d3

Browse files
committedDec 30, 2023
chore: update deps
1 parent face018 commit f9a11d3

File tree

122 files changed

+965
-1031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+965
-1031
lines changed
 

‎.markdownlint-cli2.mjs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
export default {
2+
config: {
3+
default: true,
4+
MD003: {
5+
style: "atx",
6+
},
7+
MD004: {
8+
style: "dash",
9+
},
10+
MD010: false,
11+
MD013: false,
12+
MD024: {
13+
allow_different_nesting: true,
14+
},
15+
MD035: {
16+
style: "---",
17+
},
18+
MD036: false,
19+
MD040: false,
20+
MD045: false,
21+
MD046: false,
22+
},
23+
ignores: [
24+
"**/node_modules/**",
25+
// markdown import demo
26+
"**/*.snippet.md",
27+
],
28+
};

‎.markdownlint.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.