Skip to content

Commit

Permalink
Updating eslint disable comment to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Mar 16, 2022
1 parent 2083af6 commit a868eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* @type {Cypress.PluginConfig}
*/
// eslint-disable-next-line no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
Expand Down

0 comments on commit a868eaa

Please sign in to comment.