mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
refactor: move dotfiles into subfolders
This commit is contained in:
17
style/vale.ini
Normal file
17
style/vale.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
StylesPath = .vale
|
||||
|
||||
MinAlertLevel = suggestion
|
||||
Vocab = Base
|
||||
|
||||
Packages = proselint, write-good
|
||||
|
||||
[*.{md,mdx,txt}]
|
||||
BasedOnStyles = Vale, proselint, write-good
|
||||
|
||||
# Turn off rules
|
||||
Vale.Terms = NO
|
||||
Vale.Spelling = NO
|
||||
write-good.E-Prime = NO
|
||||
|
||||
[formats]
|
||||
njk = html
|
||||
Reference in New Issue
Block a user