Add vale config

This commit is contained in:
Jeroen Leenarts
2022-12-06 15:40:17 +01:00
parent dca4447645
commit 749b7144c3
37 changed files with 712 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
extends: existence
message: "Use 'AM' or 'PM' (preceded by a space)."
link: 'https://developers.google.com/style/word-list'
level: error
nonword: true
tokens:
- '\d{1,2}[AP]M'
- '\d{1,2} ?[ap]m'
- '\d{1,2} ?[aApP]\.[mM]\.'