thebespokepixel/es-tinycolor

View on GitHub
src/lib/calculations.js

Summary

Maintainability
A
0 mins
Test Coverage

Parsing error: Identifier directly after number
Open

    const R = RsRGB <= 0.039_28 ? RsRGB / 12.92 : ((RsRGB + 0.055) / 1.055) ** 2.4
Severity: Minor
Found in src/lib/calculations.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status