Skip to content

Commit

Permalink
fix eslint errs
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Defty committed May 22, 2020
1 parent 5d5ba6c commit 845e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cypress-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const packageConfig = require('../utils/packageConfig');
const copyFolderRecursiveSync = require('../utils/copyFolderRecursiveSync');
const modifySpec = require('./modifySpec');

module.exports = async (on, config) => {
module.exports = async (_on, config) => {
const pkgConfig = await packageConfig();
const validVersions = await pkgConfig.get('validVersions');

Expand Down

0 comments on commit 845e005

Please sign in to comment.