Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Ignores complexity eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
j0a01zt committed Aug 5, 2020
1 parent 6e2f37a commit 7173fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
*/
const testExecutors = opts.settings.testExecutors;

// eslint-disable-next-line complexity
return new Promise((resolve, reject) => {
let profiles = [];

Expand Down

0 comments on commit 7173fe7

Please sign in to comment.