the-simian/slush-phaser-webpack

View on GitHub
slush/casing.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Casing has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Casing() {

  function camelCase(str) {
    return str
      .replace(/\s(.)/g, function($1) {
Severity: Major
Found in slush/casing.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status