blog/vale-styles/Google/OxfordComma.yml
2021-11-28 19:07:10 +05:30

8 lines
188 B
YAML

extends: existence
message: "Use the Oxford comma in '%s'."
link: 'https://developers.google.com/style/commas'
scope: sentence
level: warning
tokens:
- '(?:[^,]+,){1,}\s\w+\s(?:and|or)'