CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.markdownlint-cli2.yaml23 linesDownload Raw Back to fastify
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