Skip to content
lawlint
Esc
navigateopen⌘Jpreview
On this page

oxford-comma

Flags lists that omit the Oxford comma.

Property Value
Kind Hard rule
Engine phrase
Tier static
Severity warning
Intent style
Scope text

Why

Avoid patterns that can make otherwise clear prose sound formulaic or overworked.

Examples

Flagged

The parties are Alice, Bob and Carol.

Better

The parties are Alice, Bob, and Carol.

Turning it off

lawlint --disable oxford-comma draft.md

Or durably, in .lawlint/config.json — see Configuration.