Skip to content

Commit

Permalink
refactor: Apply eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simbig authored and github-actions[bot] committed Aug 19, 2024
1 parent db3d318 commit 48fea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stringToColor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ function isValidColor(color: string): boolean {
element.style.borderColor = color;

return element.style.borderColor.length !== 0;
}
}

0 comments on commit 48fea4d

Please sign in to comment.