Skip to content

Commit

Permalink
Remove lint warn (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Mar 24, 2022
1 parent cbe0e2e commit c8820ea
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 c8820ea

Please sign in to comment.