Skip to content

Commit f1dd465

Browse files
committed
fix(func-names): stopped warning about naming the test callback function
1 parent 8b93c09 commit f1dd465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ module.exports = {
2020
}
2121
],
2222
'prefer-arrow-callback': 'off',
23-
'cucumber/no-arrow-functions': 'error'
23+
'cucumber/no-arrow-functions': 'error',
24+
'func-names': 'off'
2425
}
2526
}]
2627
};

0 commit comments

Comments
 (0)