Skip to content

Commit 8b60be4

Browse files
committed
chore: eslint fix
1 parent 37081fb commit 8b60be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theming/src/utils/getColor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const toColor = (
175175
colors[hue as keyof typeof colors] /* ex. `hue` = 'primaryHue' */ ||
176176
hue; /* ex. `hue` = '#fd5a1e' */
177177

178+
// eslint-disable-next-line n/no-unsupported-features/es-builtins
178179
if (Object.hasOwn(palette, _hue)) {
179180
_hue = palette[_hue]; /* ex. `hue` = 'grey' */
180181
}

0 commit comments

Comments
 (0)