Skip to content

Commit 03de2d9

Browse files
committed
refactor: let's ignore this
1 parent 0ecb688 commit 03de2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style-dictionary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const flattenColors = (dictionary) => {
1515
for (const colorKey of Object.keys(colors)) {
1616
if (
1717
typeof colors[colorKey] === 'string' ||
18+
// eslint-disable-next-line unicorn/no-instanceof-builtins
1819
colors[colorKey] instanceof String
1920
) {
2021
flatColors[colorKey] = colors[colorKey];

0 commit comments

Comments
 (0)