OxfordComma.yml 207 B

1234567
  1. extends: existence
  2. message: "Use the Oxford comma in '%s'."
  3. link: https://docs.microsoft.com/en-us/style-guide/punctuation/commas
  4. scope: sentence
  5. level: warning
  6. tokens:
  7. - '(?:[^,]+,){1,}\s\w+\s(?:and|or)'