-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
36 lines (29 loc) · 772 Bytes
/
.vale.ini
File metadata and controls
36 lines (29 loc) · 772 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
30
31
32
33
34
35
36
# Vale configuration for francescoronel.com
# Run: vale content/blog/ or vale app/
StylesPath = .vale/styles
MinAlertLevel = suggestion
Vocab = FrancesCoronel
Packages = Google, write-good
[formats]
mdx = md
# Blog posts (MDX treated as Markdown)
[content/blog/*.{md,mdx}]
BasedOnStyles = Vale, write-good, Google
# Disable rules that clash with blog/personal writing
Vale.Spelling = NO
Google.Acronyms = NO
Google.FirstPerson = NO
Google.We = NO
Google.Exclamation = NO
Google.Passive = suggestion
# Ignore stylistic rules that don't apply to personal blog writing
write-good.So = NO
Google.Ordinal = NO
Google.EmDash = NO
Google.AMPM = NO
Google.Units = NO
Google.GenderBias = NO
write-good.ThereIs = NO
Google.Quotes = NO
Google.LyHyphens = NO
Google.Latin = NO