revert one
This commit is contained in:
2025-09-20 13:26:52 +00:00
parent c74f28caa7
commit a2271529a8
2539 changed files with 0 additions and 365006 deletions

View File

@@ -1,22 +0,0 @@
# See https://github.com/DavidAnson/markdownlint-cli2
config:
# Disable all rules by default.
default: false
# Enforce line length.
MD013:
line_length: 80
code_block_line_length: 120
headings: false
tables: false
strict: false
stern: false
globs:
- '**/*.md'
ignores:
- 'node_modules/**'
- 'test/**/*.md'
noProgress: true