Showing 1 of 1 total issue
Function exports
has 146 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = robot => {
const fuzzzySearch = (name, list) => {
const options = {
shouldSort: true,
threshold: 0.6,