forked from berachain/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
28 lines (26 loc) · 1.07 KB
/
Copy path.vale.ini
File metadata and controls
28 lines (26 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Vale config for Berachain docs prose linting + Mintlify spellcheck.
# Custom vocabulary at vale/config/vocabularies/Berachain/ so project and
# ecosystem terms are not flagged.
StylesPath = vale
Vocab = Berachain
MinAlertLevel = warning
# Treat MDX as Markdown so vale lints prose without requiring the external
# mdx2vast helper. JSX expressions inside MDX are passed through; for
# prose-heavy doc files this is acceptable.
[formats]
mdx = md
# Apply prose linting to Markdown and MDX content. Lint output (`vale .`)
# treats anything not matched by a block below as ignored.
#
# Enabled rules:
# Vale.Spelling — flag unknown spellings (uses vocab/Berachain accept-list)
# Vale.Repetition — flag back-to-back repeated words
#
# Disabled rules:
# Vale.Terms — Vale's built-in terms list conflicts with Berachain
# house style (e.g. capitalised Berachain, Bepolia,
# Validator at sentence start). Re-enable after a custom
# terms YAML overrides the defaults.
[*.{md,mdx}]
BasedOnStyles = Vale
Vale.Terms = NO