for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
const ApiError = require('../../util/api_error')
ApiError
const Validate = require('request-validate')
Validate
const _ = require('underscore')
_
module.exports = {
list: async function (kid) {
kid
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.
let result = []
return result
},
}