Skip to content

Commit 06694a9

Browse files
author
Kent C. Dodds
committed
chore: linting is annoying
1 parent 408a929 commit 06694a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ const commands = Object.keys(queries).map(queryName => {
7979

8080
export {commands}
8181

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

0 commit comments

Comments
 (0)