Skip to content

Commit

Permalink
chore: linting is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Feb 12, 2019
1 parent 408a929 commit 06694a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ const commands = Object.keys(queries).map(queryName => {

export {commands}

/* eslint no-new-func:0 */
/* eslint no-new-func:0, complexity:0 */
/* globals Cypress, cy */

0 comments on commit 06694a9

Please sign in to comment.