this repo has no description
1[global]
2disable = ["MD041", "MD018"]
3
4exclude = [
5 ".git",
6 ".github",
7 "node_modules",
8 "vendor",
9 "dist",
10 "build",
11
12 "CHANGELOG.md",
13 "LICENSE.md",
14]
15
16respect-gitignore = true
17
18[MD013]
19code-blocks = false # Exclude code blocks from line length check
20tables = false # Exclude tables from line length check