yoastseo-dep
Version:
Yoast clientside page analysis
9 lines (7 loc) • 393 B
JavaScript
/** @module config/twoPartTransitionWords */
/**
* Returns an array with two-part transition words to be used by the assessments.
* @type {Array} The array filled with two-part transition words.
*/
export default [ [ "both", "and" ], [ "if", "then" ], [ "not only", "but also" ], [ "neither", "nor" ], [ "either", "or" ], [ "not", "but" ],
[ "whether", "or" ], [ "no sooner", "than" ] ];