Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Vocab = PaperMoon
[*.md]
BasedOnStyles = Vale, PaperMoon

# Vale.Spelling (Hunspell) is disabled: this styleguide enforces house style,
# not spelling. On technical docs the spell-checker flags an endless tail of
# valid tool/package names (npm, toolchain, Turbopack, ...) with no
# typo-catching benefit worth the vocab-curation toil. The curated PaperMoon
# house-style rules and Vale.Repetition/Vale.Terms stay enabled. Adopting
# repos inherit this as the default house behavior.
Vale.Spelling = NO

TokenIgnores = (?:dApp|TestNet|MainNet|ERC-\d+|JSON-RPC)
BlockIgnores = (?s) *(```.*?```)

Expand Down