This commit is contained in:
Jonas Braus
2025-01-29 21:50:10 +01:00
parent 991452d9f3
commit 283374bfb3
39 changed files with 29737 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
ignore_patterns = ["**/_*.mdx"]
# Heading should be sentence case
Rule001HeadingCase = "include('supa-mdx-lint/Rule001HeadingCase.toml')"
Rule003Spelling = false
# Check spelling
# Error message: "Word not found in dictionary"
# Rule003Spelling = "include('supa-mdx-lint/Rule003Spelling.toml')"
Rule002AdmonitionTypes = false
# [Rule002AdmonitionTypes]
# Allowed admonition types are:
# admonition_types = ["note", "tip", "caution", "deprecation", "danger"]