strong-tie/inbound-calls
0
1# See https://github.com/DavidAnson/markdownlint-cli22config:3 # Disable all rules by default.4 default: false5 6 # Enforce line length.7 MD013:8 line_length: 809 code_block_line_length: 12010 headings: false11 tables: false12 strict: false13 stern: false14 15globs:16 - '**/*.md'17 18ignores:19 - 'node_modules/**'20 - 'test/**/*.md'21 22noProgress: true23 