We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a82afd commit 08b4717Copy full SHA for 08b4717
2 files changed
.markdownlintrc
@@ -1,10 +1,8 @@
1
{
2
"default": true,
3
- "MD010": false,
4
- "MD012": false,
5
"MD013": false,
6
"MD024": {
7
- "allow_different_nesting": true
+ "siblings_only": true
8
},
9
"MD033": false,
10
"MD041": false,
.npmignore
@@ -1,9 +1,7 @@
-# ignore these please
-.git
+.vscode
+.markdownlint.json
.github
-demo
-docs
+.gitattributes
.DS_Store
-.markdownlintrc
-docs/docsify-charty.js
+*babel.js
+docs
0 commit comments