bridgetown icon indicating copy to clipboard operation
bridgetown copied to clipboard

Replace old-school `options = {}` arguments with `**options` where appropriate

Open jaredcwhite opened this issue 2 years ago • 0 comments

Except for cases where we explicitly expect a standard hash to be supplied as an argument rather than kwarg-style calls, we should standardize around the more modern destructuring syntax.

jaredcwhite avatar Jun 15 '22 16:06 jaredcwhite