forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.vale.ini
20 lines (15 loc) · 1.29 KB
/
.vale.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
StylesPath = .vale/writing-styles
MinAlertLevel = warning
[formats]
mdx = md
# Settings applied to md/mdx format.
[*.md]
# List of styles to load
BasedOnStyles = expo-docs
# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs and certain HTML tags.
BlockIgnores = (?s) <Terminal(\s|\n)[^/>]*?property
IgnoredClasses= whitesapce-pre, prose-code
SkippedScopes = script, style, pre, figure, code, tt, tr, td, span
TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[), .github, .gitlab, vscode-, Signing & Capabilities, eas.json, eas-json, .yarn+, yarn: "# yarn", eas+, eas-cli, npx+, Build & deploy, OAuth & Permissions, Languages & Frameworks, typescript, Privacy & Security, Certificates, IDs & Profiles, application/javascript, Motion & Orientation Access, Show devices and ask me again, my-app, Still having trouble?, I'm not a robot, "my app runs well locally by crashes immediately when I run a build", my-app, MY_CUSTOM_API_KEY, withMyApiKey, My App, com.my., myFunction, my app, my-plugin, my-module, 'Hello from my TypeScript function!', my-scheme, my-root, Change my environment variables, my custom plugin, my, cocoapods, javascript, # @info Ignore the root <b>.expo</b> directory. #,
# Temporarily ignore the following rules
expo-docs.Ellipses = NO