forked from alchemyplatform/aa-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
29 lines (23 loc) · 911 Bytes
/
.vale.ini
File metadata and controls
29 lines (23 loc) · 911 Bytes
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
29
# Vale configuration for Alchemy Smart Wallets documentation
# Based on CONTRIBUTING.md guidelines
StylesPath = .vale/styles
# Custom vocabulary for technical terms
Vocab = SmartWallets
# Minimum alert level (suggestion, warning, error)
MinAlertLevel = suggestion
# Ignore certain scopes in Markdown/MDX (global settings)
SkippedScopes = script, style, pre, code, tt, img, url, a, body.id
IgnoredScopes = script, style, pre, code, tt, img, url, a, body.id
# File patterns to include/exclude - MDX files only
[*.mdx]
# Base Vale styles to extend (Vale required for vocabulary system)
BasedOnStyles = Vale, SmartWallets
Vale.Repetition = NO
# Comment delimiters for ignoring sections
# <!-- vale off --> and <!-- vale on -->
CommentDelimiters = <!--, -->
# Specific settings for docs directory - MDX only
[docs/**/*.mdx]
BasedOnStyles = Vale, SmartWallets
Vale.Repetition = NO
CommentDelimiters = <!--, -->