Skip to content

Commit 1fb4ebe

Browse files
committed
Ignore certain linting rules
1 parent 03638f5 commit 1fb4ebe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.markdownlint-cli2.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
const options = require('@github/markdownlint-github').init()
1+
const options = require('@github/markdownlint-github').init({
2+
"MD013": false, // Line length
3+
"MD041": false, // First line in file should be a top level heading
4+
})
25
module.exports = {
36
config: options,
47
customRules: ["@github/markdownlint-github"],

0 commit comments

Comments
 (0)