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 99999f2 commit 4ad7bebCopy full SHA for 4ad7beb
.github/workflows/lint.yml
@@ -15,4 +15,3 @@ jobs:
15
uses: yoriiis/actions/.github/workflows/lint.yml@main
16
with:
17
typescript-status: false
18
- markdown-status: false
.markdownlint-cli2.cjs
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ config: {
3
+ MD013: false, // Line length
4
+ MD024: false, // Multiple headers with the same content
5
+ MD033: false // No inline HTML
6
+ },
7
+ ignores: ['**/node_modules/**', '.github/PULL_REQUEST_TEMPLATE.md']
8
+}
0 commit comments