CIDARLAB / 3DuF

Unnecessary concatenation of literals or template literals found JS-0096
Anti-pattern
Minor
15 days ago3 years old
Unexpected string concatenation of literals
 99    A100: "#" + "ebffeb",
100    A200: "#" + "9dff9d",
101    A400: "#" + "14ff14",
102    A700: "#" + "00b100"103};
104
105const layerColors = {
Unexpected string concatenation of literals
 98    50: "#" + "b1ffb1",
 99    A100: "#" + "ebffeb",
100    A200: "#" + "9dff9d",
101    A400: "#" + "14ff14",102    A700: "#" + "00b100"
103};
104
Unexpected string concatenation of literals
 97    100: "#" + "62ff62",
 98    50: "#" + "b1ffb1",
 99    A100: "#" + "ebffeb",
100    A200: "#" + "9dff9d",101    A400: "#" + "14ff14",
102    A700: "#" + "00b100"
103};
Unexpected string concatenation of literals
 96    200: "#" + "3bff3b",
 97    100: "#" + "62ff62",
 98    50: "#" + "b1ffb1",
 99    A100: "#" + "ebffeb",100    A200: "#" + "9dff9d",
101    A400: "#" + "14ff14",
102    A700: "#" + "00b100"
Unexpected string concatenation of literals
 95    300: "#" + "00ff00",
 96    200: "#" + "3bff3b",
 97    100: "#" + "62ff62",
 98    50: "#" + "b1ffb1", 99    A100: "#" + "ebffeb",
100    A200: "#" + "9dff9d",
101    A400: "#" + "14ff14",