We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03638f5 commit 1fb4ebeCopy full SHA for 1fb4ebe
1 file changed
.markdownlint-cli2.cjs
@@ -1,4 +1,7 @@
1
-const options = require('@github/markdownlint-github').init()
+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
+})
5
module.exports = {
6
config: options,
7
customRules: ["@github/markdownlint-github"],
0 commit comments