1 parent 50e6c2c commit e5bde98Copy full SHA for e5bde98
1 file changed
.markdownlint-cli2.jsonc
@@ -1,24 +1,22 @@
1
{
2
"config": {
3
"default": true,
4
- "line_length": false,
5
- "no-inline-html": false,
6
- "no-trailing-punctuation": false,
7
- "no-duplicate-heading": false,
8
- "no-bare-urls": false,
+ "first-line-h1": false,
9
"header-increment": false,
+ "line_length": false,
10
"no-alt-text": false,
+ "no-bare-urls": false,
11
"no-blanks-blockquote": false,
+ "no-duplicate-heading": false,
+ "no-inline-html": false,
12
+ "no-trailing-punctuation": false,
13
},
14
"ignores": [
15
"vendor/**",
- ".copilot_reports/**",
16
".github/instructions/**",
17
".github/copilot-instructions.md",
18
".claude/CLAUDE.md",
19
".gemini/GEMINI.md",
20
- "README.md",
21
- ".github/prompts/**/*.prompt.md",
22
],
23
"globs": ["**/*.md"],
24
}
0 commit comments