We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d1c32 commit 80adf77Copy full SHA for 80adf77
1 file changed
src/plugin.js
@@ -16,6 +16,7 @@ export function onPluginLoad(ev)
16
// Apply any plugin options.
17
if (typeof options === 'object')
18
{
19
+ /* c8 ignore next 1 */
20
if (typeof options.guard === 'boolean') { guard = options.guard; }
21
}
22
0 commit comments