Skip to content

Commit 105a071

Browse files
authored
Merge pull request #49 from theiiienrique/vale
Add Vale style linter
2 parents 1294e5f + 54bc2b9 commit 105a071

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+4046
-0
lines changed

.vale.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
StylesPath = styles
2+
3+
Vocab = Docs
4+
5+
MinAlertLevel = suggestion
6+
7+
Packages = Google, alex, Joblint
8+
9+
[*.{md,mdx}]
10+
BasedOnStyles = Vale, Google, alex, Joblint
11+
12+
Vale.Terms = NO

0 commit comments

Comments
 (0)