retext-indefinite-article
Version:
retext plugin to check if indefinite articles (`a`, `an`) are used correctly
77 lines (76 loc) • 898 B
JavaScript
/** @type {ReadonlyArray<string>} */
export const an = [
// Please sort these entries.
// Please *only* use casing if it adds something: `url` is fine, but it’s
// `a UN meeting` and `an un-united germany`.
'IOU',
'MA',
'MS',
'f',
'fbi',
'fda',
'fm',
'h',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'habitual',
'hallucin*',
'hauteur',
'hb',
'heir*',
'herb*',
'heredit*',
'hilarious*',
'histor*',
'hiv',
'homage',
'honest*',
'honor*',
'honour*',
'horrend*',
'horrif*',
'hotel*',
'hour*',
'html',
'l',
'lbw',
'lcd',
'm',
'mba',
'mdast',
'mpg',
'mph',
'mri',
'msc',
'mtv',
'n',
'nba',
'nbc',
'nfl',
'ngo',
'nhl',
'nlcst',
'npm',
'nvidia',
'r&d',
'r',
'raf',
's',
'sgml',
'sms',
'sos',
'spf',
'std',
'suv',
'x',
'x-ray',
'x-rays',
'xbox',
'xmas',
'xml',
'α'
]