retext-indefinite-article
Version:
retext plugin to check if indefinite articles (`a`, `an`) are used correctly
106 lines (104 loc) • 1.39 kB
JavaScript
/** @type {ReadonlyArray<string>} */
export const a = [
// 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`.
'U',
'UN',
'eucalypt*',
'eucha*',
'euchr*',
'euclid*',
'eucrite',
'eucryphia',
'eugen*',
'eukar*',
'eulog*',
'eunice',
'eunuch',
'euph*',
'eura*',
'eure*',
'euro*',
'eury*',
'eutha*',
'ewe',
'ewer',
'habitual',
'hallucin*',
'herb*',
'heredit*',
'hilarious*',
'histor*',
'horrend*',
'horrif*',
'hotel*',
'ms',
'once',
'one',
'one-*',
'one/',
'oneanother',
'oneberry',
'onefold*',
'oneheart*',
'oneness*',
'oneself*',
'onetime*',
'oneway',
'onewhere*',
'oneyear',
'ubiq*',
'uefa',
'ugandan',
'uk',
'ukase',
'ukrain*',
'ukulele',
'ululated',
'ululation',
'unanim*',
'unary',
'unesco',
'unhcr',
'uniam*',
'uniart*',
'uniat*',
'uniaur*',
'uniax*',
'unibas*',
'unible',
'unicycl*',
'unidirect*',
'unif*',
'union*',
'uniq*',
'unist',
'unit*',
'univ*',
'uran*',
'urate',
'uri*',
'url',
'urologist',
'uruguay',
'uruguayan',
'uruguayans',
'us',
'usab*',
'usage',
'usb',
'use*',
'using',
'usu*',
'utah',
'uten*',
'uter*',
'util*',
'utop*',
'utrecht',
'uttoxeter',
'uvula',
'uvular',
'uyghur'
]