Files
mensaappdashboard/supabase/supa-mdx-lint.config.toml
2025-01-29 21:50:10 +01:00

15 lines
461 B
TOML

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"]