UNPKG

363 BYAMLView Raw
1# See https://github.com/DavidAnson/markdownlint-cli2
2config:
3 # Disable all rules by default.
4 default: false
5
6 # Enforce line length.
7 MD013:
8 line_length: 80
9 code_block_line_length: 120
10 headers: false
11 tables: false
12 strict: false
13 stern: false
14
15globs:
16 - '**/*.md'
17
18ignores:
19 - 'node_modules/**'
20 - 'test/**/*.md'
21
22noProgress: true