From ac759412b36becae411f813c6659f83401ceed4e Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:10:50 -0600 Subject: [PATCH] lint fix --- packages/docs/cypress/plugins/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/cypress/plugins/index.js b/packages/docs/cypress/plugins/index.js index 59b2bab..41173d2 100644 --- a/packages/docs/cypress/plugins/index.js +++ b/packages/docs/cypress/plugins/index.js @@ -16,7 +16,7 @@ * @type {Cypress.PluginConfig} */ // eslint-disable-next-line no-unused-vars -module.exports = (on, config) => { - // `on` is used to hook into various events Cypress emits - // `config` is the resolved Cypress config -} +// module.exports = (on, config) => { +// `on` is used to hook into various events Cypress emits +// `config` is the resolved Cypress config +// }