-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy path.vale.ini
More file actions
27 lines (20 loc) · 921 Bytes
/
.vale.ini
File metadata and controls
27 lines (20 loc) · 921 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
# The relative path to the folder containing linting rules (styles).
StylesPath = .github/styles
# Minimum alert level
# -------------------
# The minimum alert level in the output (suggestion, warning, or error).
MinAlertLevel = error
Vocab = technical
# IgnoredScopes specifies inline-level HTML tags to ignore.
# Default: ignore `code` and `tt`.
IgnoredScopes = code, tt, img, url, a, body.id, em, b, u
# SkippedScopes specifies block-level HTML tags to ignore. Ignore any content in these scopes.
# Default: ignore `script`, `style`, `pre`, and `figure`.
SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
[formats]
mdx = md
[*.md]
BasedOnStyles = Google
# TokenIgnores specifies inline tokens/patterns to ignore during linting.
# This is useful for ignoring JSX/React style attributes that contain JavaScript.
TokenIgnores = (\w+\s*=\s*\{\{[^}]*\}\})|(\{\{[^}]*\}\})