snowyu/property-manager.js

View on GitHub
src/array.coffee

Summary

Maintainability
Test Coverage

Unnecessary fat arrow
Open

  items.map (item) => assignValue item, type
Severity: Minor
Found in src/array.coffee by coffeelint

Line exceeds maximum allowed length
Open

    # return new ArrayPropertyManager(value, type) unless this instanceof ArrayPropertyManager
Severity: Minor
Found in src/array.coffee by coffeelint

Line contains a trailing semicolon
Open

module.exports.default = module.exports;
Severity: Minor
Found in src/array.coffee by coffeelint

Unnecessary fat arrow
Open

    this.map (item) =>
Severity: Minor
Found in src/array.coffee by coffeelint

There are no issues that match your filters.

Category
Status