Make Sonar happier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eedeb2cdaf
commit
44b23d2191
17 changed files with 44 additions and 65 deletions
|
@ -68,7 +68,7 @@ function isValidHexColor(color: string): boolean {
|
|||
return (
|
||||
typeof color === "string" &&
|
||||
(color.length === 7 || color.length === 9) &&
|
||||
color.charAt(0) === "#" &&
|
||||
color.startsWith("#") &&
|
||||
!color
|
||||
.slice(1)
|
||||
.split("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue