mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: add vale and cspell
This commit is contained in:
18
.vale.ini
Normal file
18
.vale.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
StylesPath = .vale
|
||||
|
||||
MinAlertLevel = suggestion
|
||||
Vocab = Base
|
||||
|
||||
Packages = write-good
|
||||
|
||||
[*.{md,mdx,txt,html,astro,svelte,json}]
|
||||
BasedOnStyles = Vale, write-good
|
||||
|
||||
# Turn off rules
|
||||
Vale.Terms = NO
|
||||
Vale.Spelling = NO
|
||||
write-good.E-Prime = NO
|
||||
|
||||
[formats]
|
||||
astro = html
|
||||
svelte = html
|
||||
Reference in New Issue
Block a user