Showing 2 of 2 total issues
Function exports
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai', 'jspm'],
files: ['node_modules/babel-core/browser-polyfill.js'],
Function _concatRestrictionLetters
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _concatRestrictionLetters(result, match, restriction, letter, index) {