mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
build: disable complexity lint check
This commit is contained in:
parent
5f9fa20346
commit
99871508e8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ const pify = require('pify')
|
|||
const request = pify(require('request'))
|
||||
|
||||
module.exports = function getUserInfo(username) {
|
||||
/* eslint-disable complexity */
|
||||
return request
|
||||
.get({
|
||||
url: `https://api.github.com/users/${username}`,
|
||||
|
|
Loading…
Reference in a new issue